cpu.x86.64: fix typo that caused bootstrap crash

release
Slava Pestov 2010-04-03 21:11:04 -04:00
parent 74640b7f71
commit b16d91576c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ IN: bootstrap.x86
: jit-save-tib ( -- ) ;
: jit-restore-tib ( -- ) ;
: jit-update-tib ( ctx-reg -- ) drop ;
: jit-install-seh ( -- ) ESP bootstrap-cell ADD ;
: jit-install-seh ( -- ) stack-reg bootstrap-cell ADD ;
: jit-call ( name -- )
RAX 0 MOV rc-absolute-cell jit-dlsym