cpu.x86.bootstrap: fix jit-profiling regression

release
Slava Pestov 2010-03-28 07:30:58 -04:00
parent f1e19aabdb
commit e859a32096
1 changed files with 5 additions and 5 deletions

View File

@ -67,15 +67,15 @@ big-endian off
[
! Load word
temp0 0 MOV rc-absolute-cell rt-literal jit-rel
nv-reg 0 MOV rc-absolute-cell rt-literal jit-rel
! Bump profiling counter
temp0 profile-count-offset [+] 1 tag-fixnum ADD
nv-reg profile-count-offset [+] 1 tag-fixnum ADD
! Load word->code
temp0 temp0 word-code-offset [+] MOV
nv-reg nv-reg word-code-offset [+] MOV
! Compute word entry point
temp0 compiled-header-size ADD
nv-reg compiled-header-size ADD
! Jump to entry point
temp0 JMP
nv-reg JMP
] jit-profiling jit-define
[