Skip to content

Commit

Permalink
reverse push order
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Nov 9, 2011
1 parent 87c386e commit 2f7eae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/trace.d
Expand Up @@ -842,8 +842,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 Expand Up @@ -913,8 +913,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 2f7eae5

Please sign in to comment.