]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
native2amiga: pass signal state as pipe pointer
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 02:55:32 +0000 (19:55 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 07:33:15 +0000 (00:33 -0700)
commit91dabdbd43973808b1f4764c11bf48854cd3381d
treeafdfc99c29222446ea4326cf25eaf612a0d49e47
parent8dc01ee6d8a185bb8ec6779d6bb5302ae68fb56d
native2amiga: pass signal state as pipe pointer

write_comm_pipe_pvoid stores a pointer-sized value. Cast the
processed-state token through void * at the call site so the helper
receives the type it expects.
native2amiga.cpp