Fix AMD64 bootstrap failure

slava 2006-02-15 05:25:15 +00:00
parent 92db0f8343
commit 85eaa1e193
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
+ portability:
- port ffi to win64
- update x86 for %unbox-struct and callbacks
- update x86 for callbacks
- update amd64 for %unbox-struct and callbacks
- get factor running on mac intel

View File

@ -34,7 +34,7 @@ M: %unbox generate-node ( vop -- )
! Store the return value on the C stack
0 input 1 input store-insn ;
M: %parameter generate-node ( vop -- )
M: %stack>freg generate-node ( vop -- )
! Move a value from the C stack into the fastcall register
drop 0 input 1 input 2 input load-insn ;