Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #58 from dawgfoto/master
Browse files Browse the repository at this point in the history
small fix for 64-Bit trace
  • Loading branch information
braddr committed Aug 26, 2011
2 parents 755508c + bc95e4f commit 3e6372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/trace.d
Expand Up @@ -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 ;
Expand Down

0 comments on commit 3e6372c

Please sign in to comment.