1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 14:08:08 +00:00

Fix typo in bdshemu.c

This commit is contained in:
oberrich 2024-02-26 05:13:24 +01:00 committed by GitHub
parent 8f95a2828d
commit f7410a083a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}
}