AcessNative - Fixing a couple of bugs exposed by AxWin
[tpg/acess2.git] / AcessNative / ld-acess_src / binary.c
index e9408ef..fa2af0c 100644 (file)
@@ -252,6 +252,7 @@ int Binary_GetSymbol(const char *SymbolName, uintptr_t *Value, size_t *Size)
        }
 
        //printf("Binary_GetSymbol: RETURN 0, not found\n");
+       printf("--- ERROR: Unable to find symbol '%s'\n", SymbolName);
        
        return 0;
 }

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