From f7410a083a711d226d3ac353af09a201ff57edb9 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:13:24 +0100 Subject: [PATCH] Fix typo in bdshemu.c --- bdshemu/bdshemu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bdshemu/bdshemu.c b/bdshemu/bdshemu.c index 4d21c9c..a52fdb0 100644 --- a/bdshemu/bdshemu.c +++ b/bdshemu/bdshemu.c @@ -12,7 +12,7 @@ // -// ShemuPrintf - simple version +// shemu_printf - simple version // #ifndef BDDISASM_NO_FORMAT void @@ -241,7 +241,7 @@ ShemuIsIcachePtr( // -// ShemuQuickLoadStore +// ShemuCopyMem // void ShemuCopyMem( @@ -563,4 +563,4 @@ ShemuEmulate( { return SHEMU_ABORT_INVALID_PARAMETER; } -} \ No newline at end of file +}