From 61d8392a370a8f8cec7da0d540b4374ad7390001 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 21 Nov 2020 14:41:27 +0200 Subject: [PATCH] $bfff00 long write is considered word if format string does not include l. --- debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.cpp b/debug.cpp index 3bd81c72..620b53bb 100644 --- a/debug.cpp +++ b/debug.cpp @@ -7431,7 +7431,7 @@ static uae_u32 get_value(struct dsprintfstack **stackp, uae_u32 *sizep, uaecptr v &= 0xff; else if (stack->size == 1) v &= 0xffff; - *sizep = stack->size; + *sizep = size; stack++; *stackp = stack; return v; -- 2.47.3