Compare commits

...

2 Commits

Author SHA1 Message Date
vlutas 2b12d0ab4b
Merge pull request #86 from oberrich/patch-1
2 months ago
oberrich f7410a083a
Fix typo in bdshemu.c
2 months ago

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

Loading…
Cancel
Save