Skip to content

Commit 30ac5a5

Browse files
committed
Make curr_temp int.
1 parent 9c2db04 commit 30ac5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mir2c/mir2c.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <inttypes.h>
88

99
static MIR_func_t curr_func;
10-
static int64_t curr_temp;
10+
static int curr_temp;
1111

1212
static void out_type (FILE *f, MIR_type_t t) {
1313
switch (t) {

0 commit comments

Comments
 (0)