This commit is contained in:
Kartik Agaram 2019-09-04 21:25:55 -07:00
parent 3449c5893c
commit 57e74034f2
2 changed files with 2 additions and 0 deletions

View File

@ -1329,6 +1329,7 @@ test-skip-until-close-paren-works-from-mid-stream:
# . . discard args
81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp
# precondition: _test-input-stream->read == 2
b8/copy-to-eax _test-input-stream/imm32
c7 0/subop/copy 1/mod/*+disp8 0/rm32/eax . . . . 4/disp8 2/imm32 # copy to *(eax+4)
# skip-until-close-paren(_test-input-stream)
# . . push args

View File

@ -489,6 +489,7 @@ test-skip-string-works-from-mid-stream:
# . . discard args
81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp
# precondition: line->read == 2
b8/copy-to-eax _test-input-stream/imm32
c7 0/subop/copy 1/mod/*+disp8 0/rm32/eax . . . . 4/disp8 2/imm32 # copy to *(eax+4)
# skip-string(_test-input-stream)
# . . push args