X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Fconstprop.c;h=19403a69793f517dda47aa65cda780b9b1357d8a;hb=refs%2Fheads%2Flibretro;hp=b21339aa59c2aebc4e847d4f59b89a361243016d;hpb=878e6cda26bbf4af5090a01709db026d42c233b4;p=pcsx_rearmed.git diff --git a/deps/lightrec/constprop.c b/deps/lightrec/constprop.c index b21339aa..97670bcf 100644 --- a/deps/lightrec/constprop.c +++ b/deps/lightrec/constprop.c @@ -736,7 +736,7 @@ lightrec_get_constprop_map(const struct lightrec_state *state, if ((min & 0xe0000000) != (max & 0xe0000000)) return PSX_MAP_UNKNOWN; - pr_debug("Min: 0x%08x max: 0x%08x Known: 0x%08x Sign: 0x%08x\n", + pr_debug("Min: "X32_FMT" max: "X32_FMT" Known: "X32_FMT" Sign: "X32_FMT"\n", min, max, v[reg].known, v[reg].sign); min = kunseg(min);