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 +}