git-svn-id: trunk@2270 -
@@ -84,7 +84,7 @@ main_stub:
pushq %rax
/* Save initial stackpointer */
- movl %rsp,__stkptr
+ movq %rsp,__stkptr
/* start the program */
xorq %rbp,%rbp
@@ -92,7 +92,7 @@ main_stub:
call atexit
@@ -49,7 +49,7 @@ _start:
andq $~15,%rsp /* Align the stack to a 16 byte boundary to follow the ABI. */
xorq %rbp, %rbp
call PASCALMAIN