mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Fixing %d print.
This commit is contained in:
parent
3e0d9af57e
commit
d16ab71252
|
|
@ -112,7 +112,7 @@ SHIM_CALL DbgPrint_shim(
|
||||||
}
|
}
|
||||||
|
|
||||||
// get length
|
// get length
|
||||||
int arg_size = 0;
|
int arg_size = 4;
|
||||||
|
|
||||||
if (*end == 'h') {
|
if (*end == 'h') {
|
||||||
++end;
|
++end;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue