Index: src/trusted/validator_arm/testdata-thumb/local_disallowed.S |
diff --git a/src/trusted/validator_arm/testdata-thumb/local_disallowed.S b/src/trusted/validator_arm/testdata-thumb/local_disallowed.S |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c77b621ce2d167b3c4034b120e931e377adab0ab |
--- /dev/null |
+++ b/src/trusted/validator_arm/testdata-thumb/local_disallowed.S |
@@ -0,0 +1,9 @@ |
+.syntax unified |
+.code 16 |
+.thumb_func |
+.global _start |
+_start: |
+ swi 0 @ No syscalls |
+ swi 1 @ Checking number match |
+ mov r0, r0 @ This should be allowed. |
+ mov r0, r0 @ Pad to section boundary |