1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-11 01:46:17 +00:00
2015-12-13 22:34:58 +09:00

9 lines
252 B
Plaintext

Conditional jump or move depends on uninitialised value(s)
at 0x........: test (cs.c:14)
by 0x........: main (cs.c:27)
Conditional jump or move depends on uninitialised value(s)
at 0x........: test (cs.c:14)
by 0x........: main (cs.c:28)