From f4e422290dfeec1ab7bda37064ea75ba734ae174 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Fri, 15 Dec 2000 18:35:29 +0000 Subject: [PATCH] CALLTR02 avoid stall for wide read after partial register write committer: jreiser 976905329 +0000 --- src/stub/macros.ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/macros.ash b/src/stub/macros.ash index b0d039bb..d8d7f408 100644 --- a/src/stub/macros.ash +++ b/src/stub/macros.ash @@ -128,7 +128,7 @@ ct1: %endif mov [edi], eax add edi, byte 5 - mov eax, ebx + mov al, bl loop ct1 %else; __CALLTR10__ ;; 32-bit call XOR jump trick