From 40d56c9d290a91efb185199160cf59861f078c5e Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Wed, 18 Mar 2026 23:05:23 +0200 Subject: [PATCH] Take (cuirrently unused) parameter from the queue --- filesys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesys.cpp b/filesys.cpp index a02cf33e..7ad6720a 100644 --- a/filesys.cpp +++ b/filesys.cpp @@ -6983,7 +6983,7 @@ static uae_u32 REGPARAM2 exter_int_helper(TrapContext *ctx) case 7: /* clocksync */ { - trap_set_areg(ctx, 0, 0); + trap_set_areg(ctx, 0, read_comm_pipe_u32_blocking(&native2amiga_pending)); return 8; } -- 2.47.3