Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: src/trusted/validator_mips/testdata/test_unpredicted.err

Issue 11090024: [MIPS] New pattern in validator to detect jumps/branches in delay slots. (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Two more test cases added. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator_mips/testdata/test_unpredicted.err
diff --git a/src/trusted/validator_mips/testdata/test_unpredicted.err b/src/trusted/validator_mips/testdata/test_unpredicted.err
new file mode 100644
index 0000000000000000000000000000000000000000..0b3b6350797956ec2e3768ef3402d2738bec797e
--- /dev/null
+++ b/src/trusted/validator_mips/testdata/test_unpredicted.err
@@ -0,0 +1,6 @@
+ncval: 00020004 2 kProblemBranchInDelaySlot 00000000
+ncval: 00020018 2 kProblemUnsafeJumpRegister 00000000
+ncval: 00020018 2 kProblemBranchInDelaySlot 00000000
+ncval: 00020028 2 kProblemBranchInDelaySlot 00000000
+ncval: 00020034 2 kProblemUnsafeJumpRegister 00000000
+ncval: 00020034 2 kProblemBranchInDelaySlot 00000000
« no previous file with comments | « src/trusted/validator_mips/testdata/test_unpredicted.S ('k') | src/trusted/validator_mips/validation-report.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698