Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: lua_coverage2.asm1 0000 ; force non-empty internal sline/sline2 arrays during `_c()` evaluation2 0000 DEFINE qwe xyz3 0000 DEFINE xyz abc4 0000 DEFINE abc5 0000 LUA ALLPASS6 0000 ~ sj.add_byte(_c("1+2"))7 0000 03 ENDLUA qwe ; either sline or sline2 should be non-empty from substitution8 0001 LUA ALLPASS9 0001 ~ sj.add_byte(_c("2+3"))10 0001 05 ENDLUA xyz ; either sline or sline2 should be non-empty from substitution11 0002 ; the above trick didn't help, so one more try12 0002 LUA ALLPASS13 0002 ~ _pc("nop qwe")14 0002 ~ sj.add_byte(_c("3+4"))15 0002 00 nop15 0003 07 ENDLUA16 0004 LUA ALLPASS17 0004 ~ _pc("nop xyz")18 0004 ~ sj.add_byte(_c("5+6"))19 0004 00 nop19 0005 0B ENDLUA20 0006# file closed: lua_coverage2.asmValue Label------ - -----------------------------------------------------------