Minor fix

This commit is contained in:
tuz358
2018-03-04 22:33:45 +09:00
parent 5c3fdd32b6
commit 27a7d866d2

View File

@@ -116,7 +116,7 @@ void Instructions::mov_ebx_imm32(){
this->eip += 3; this->eip += 3;
} }
void jmp_imm8() { void Instructions::jmp_imm8() {
printf("jmp_imm8 called.\n"); printf("jmp_imm8 called.\n");
this->eip++; this->eip++;