General Cleanup, Implemented DMA Allocation
[tpg/acess2.git] / Kernel / binary.c
index dae3cfa..2237d1b 100644 (file)
@@ -725,7 +725,7 @@ Uint Binary_Relocate(void *Base)
        }\r
        \r
        Warning("[BIN ] 0x%x is an unknown file type. (0x%x 0x%x 0x%x 0x%x)",\r
-               Base, ident&0xFF, ident>>8, ident>>16, ident>>24);\r
+               Base, ident&0xFF, (ident>>8)&0xFF, (ident>>16)&0xFF, (ident>>24)&0xFF);\r
        return 0;\r
 }\r
 \r

UCC git Repository :: git.ucc.asn.au