Chromium Code Reviews| Index: src/trusted/validator_arm/testdata-thumb/local_allowed.S |
| diff --git a/src/trusted/validator_arm/testdata-thumb/local_allowed.S b/src/trusted/validator_arm/testdata-thumb/local_allowed.S |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..90cea818c74aff9767c70f8d3c13e6af58e695a6 |
| --- /dev/null |
| +++ b/src/trusted/validator_arm/testdata-thumb/local_allowed.S |
| @@ -0,0 +1,6 @@ |
| +.code 16 |
| +.thumb_func |
| +.global _start |
| +_start: |
| + mov r0, r0 |
| + mov r0, r0 @ Pad to section boundary |