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

11 lines
342 B
Plaintext

Conditional jump or move depends on uninitialised value(s)
at 0x........: test (cds.c:17)
by 0x........: op1_undefined (cds.c:50)
by 0x........: main (cds.c:77)
Conditional jump or move depends on uninitialised value(s)
at 0x........: test (cds.c:17)
by 0x........: op2_undefined (cds.c:61)
by 0x........: main (cds.c:78)