Fix typo in bdshemu.c

pull/86/head
oberrich 2 months ago committed by GitHub
parent 8f95a2828d
commit f7410a083a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,7 +12,7 @@
// //
// ShemuPrintf - simple version // shemu_printf - simple version
// //
#ifndef BDDISASM_NO_FORMAT #ifndef BDDISASM_NO_FORMAT
void void
@ -241,7 +241,7 @@ ShemuIsIcachePtr(
// //
// ShemuQuickLoadStore // ShemuCopyMem
// //
void void
ShemuCopyMem( ShemuCopyMem(
@ -563,4 +563,4 @@ ShemuEmulate(
{ {
return SHEMU_ABORT_INVALID_PARAMETER; return SHEMU_ABORT_INVALID_PARAMETER;
} }
} }

Loading…
Cancel
Save