1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-08 22:30:55 +00:00

Merge pull request #86 from oberrich/patch-1

Fix typo in bdshemu.c
This commit is contained in:
vlutas 2024-02-26 10:52:33 +02:00 committed by GitHub
commit 2b12d0ab4b
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 #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;
} }
} }