Skip to content
Snippets Groups Projects
Commit 94d3a001 authored by an7s's avatar an7s
Browse files

Sample annotation file

Former-commit-id: 4ca62dd4cc7a4eb9f36d0590b89a242649f4aae6
parent 3255befb
No related branches found
No related tags found
No related merge requests found
......@@ -296,6 +296,7 @@ tools/transforms/integerbugtransform.cpp -text
tools/transforms/nulltransform.cpp -text
tools/transforms/p1transform.cpp -text
tools/transforms/p1transform.h -text
tools/transforms/sample_meds_int.annot -text
tools/transforms/transformutils.cpp -text
tools/transforms/transformutils.h -text
xform/Makefile -text
......
80482bc 3 INSTR CHECK OVERFLOW UNSIGNED 32 EAX ZZ add eax, 1
8048325 6 INSTR CHECK OVERFLOW SIGNED 16 [esp+2AH] ZZ add word ptr [esp+2Ah], 1
804832b 6 INSTR CHECK OVERFLOW UNSIGNED 16 [esp+2CH] ZZ add word ptr [esp+2Ch], 1
8048336 5 INSTR CHECK SIGNEDNESS SIGNED 16 AX ZZ mov [esp+28h], ax
80483db 5 INSTR CHECK UNDERFLOW SIGNED 32 EAX ZZ sub eax, 7FFFFFFFh
80483fd 3 INSTR CHECK UNDERFLOW SIGNED 32 EAX ZZ sub eax, 1
8048492 5 INSTR CHECK TRUNCATION 32 EAX 16 AX ZZ mov [esp+26h], ax
8048492 5 INSTR CHECK SIGNEDNESS SIGNED 16 AX ZZ mov [esp+26h], ax
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment