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

11 lines
348 B
Plaintext

Conditional jump or move depends on uninitialised value(s)
at 0x........: test (cdsg.c:21)
by 0x........: op1_undefined (cdsg.c:39)
by 0x........: main (cdsg.c:64)
Conditional jump or move depends on uninitialised value(s)
at 0x........: test (cdsg.c:21)
by 0x........: op2_undefined (cdsg.c:49)
by 0x........: main (cdsg.c:65)