From eb45b315b66ab3b08328e2a5f3d99f87c8cf7163 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 15 Oct 2020 22:20:12 -0700 Subject: 7041 Reconcile a few details with the mu-normie fork. --- 019functions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '019functions.cc') diff --git a/019functions.cc b/019functions.cc index 81e99e6e..0f1bd425 100644 --- a/019functions.cc +++ b/019functions.cc @@ -67,7 +67,7 @@ case 2: { // call function pointer at r/m32 } :(code) -void test_call_mem_at_r32() { +void test_call_mem_at_rm32() { Mem.push_back(vma(0xbd000000)); // manually allocate memory Reg[ESP].u = 0xbd000064; Reg[EBX].u = 0x2000; -- cgit 1.4.1-2-gfad0