Skip to content

Commit

Permalink
fix typo in poke_caller
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Jun 19, 2011
1 parent d4f4d9a commit 6d4fd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/m0/integration/m0_poke_caller.m0
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ alloc_cf:
init_cf_copy:
# 2 registers needed
# intialize P0 (the new call frame) - INTERP
# set P0[INTER] to the current call frame's INTERP
# set P0[INTERP] to the current call frame's INTERP
set_imm I9, 0, INTERP
set_ref P0, I9, INTERP
# set P0[CHUNK] to the current call frame's CHUNK
Expand Down

0 comments on commit 6d4fd21

Please sign in to comment.