From bc95e4f99a5569019ae98aec7cafbc39cb1ebe59 Mon Sep 17 00:00:00 2001 From: dawg Date: Fri, 26 Aug 2011 06:37:22 +0200 Subject: [PATCH] fix switched R8/R9 in trace register pop --- src/rt/trace.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/trace.d b/src/rt/trace.d index 89b01356c9..f34443e118 100644 --- a/src/rt/trace.d +++ b/src/rt/trace.d @@ -866,8 +866,8 @@ void _trace_pro_n() add RSP,16 ; pop R11 ; pop R10 ; - pop R8 ; pop R9 ; + pop R8 ; pop RDI ; pop RSI ; pop RDX ;