X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Fconstprop.c;h=97670bcfca5fd95c99d27939fafdc2cebe9843ed;hb=8afce295870dc97704b0e9e1efe1801b6b56090d;hp=b21339aa59c2aebc4e847d4f59b89a361243016d;hpb=1f8c6be323aa8fad329e38682158197e822d27c1;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);