mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Minor fix
This commit is contained in:
@@ -116,7 +116,7 @@ void Instructions::mov_ebx_imm32(){
|
||||
this->eip += 3;
|
||||
}
|
||||
|
||||
void jmp_imm8() {
|
||||
void Instructions::jmp_imm8() {
|
||||
printf("jmp_imm8 called.\n");
|
||||
|
||||
this->eip++;
|
||||
|
||||
Reference in New Issue
Block a user