Fix MSVC build.

This commit is contained in:
Mike Pall
2013-04-26 10:38:24 +02:00
parent bdaf14b2c1
commit 5fd659f859
2 changed files with 3 additions and 3 deletions

View File

@@ -2387,9 +2387,9 @@ static void build_subroutines(BuildCtx *ctx)
| mov SBUF:FCARG1->L, L:RB
| mov SBUF:FCARG1->p, RC
| mov SAVE_PC, PC
| call extern lj_buf_putstr_ .. name
| call extern lj_buf_putstr_ .. name .. @8
| mov FCARG1, eax
| call extern lj_buf_tostr
| call extern lj_buf_tostr@4
| jmp ->fff_resstr
|.endmacro
|