X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fx86_64%2Femit.h;h=ebf6e361f6a9d03eb85cf8af09436cacefc27c91;hp=be63a50347511089e6bdfa5b3cdb20bc4341418b;hb=d1377204f560df4d6656f58914bc4d242193c5e0;hpb=9b9ebd46a1cc12643c6d2d9dc4347b038ce0adf6 diff --git a/src/vm/jit/x86_64/emit.h b/src/vm/jit/x86_64/emit.h index be63a5034..ebf6e361f 100644 --- a/src/vm/jit/x86_64/emit.h +++ b/src/vm/jit/x86_64/emit.h @@ -193,6 +193,7 @@ void emit_lshift(jitdata *jd, s4 shift_op, instruction *iptr); /* integer instructions */ +void emit_nop(codegendata *cd, int length); void emit_mov_reg_reg(codegendata *cd, s8 reg, s8 dreg); void emit_mov_imm_reg(codegendata *cd, s8 imm, s8 reg); void emit_movl_reg_reg(codegendata *cd, s8 reg, s8 dreg);