From 9d2728a5605f651934fe67a6fe6986b3e4a2c011 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sun, 20 Nov 2022 00:07:22 -0500 Subject: add a bunch of code and a ton of stub files for later --- compiler_and_linker/unsorted/PCodeInfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler_and_linker/unsorted/PCodeInfo.c') diff --git a/compiler_and_linker/unsorted/PCodeInfo.c b/compiler_and_linker/unsorted/PCodeInfo.c index e48dac0..3646930 100644 --- a/compiler_and_linker/unsorted/PCodeInfo.c +++ b/compiler_and_linker/unsorted/PCodeInfo.c @@ -90,7 +90,7 @@ int pcode_check_imm_bits(SInt32 value, int bits, char typechar) { return 0; } -int pcode_const_from_format(const char *format, int *pResult) { +int pcode_const_from_format(const char *format, SInt32 *pResult) { char buf[32]; int len = 0; -- cgit v1.2.3