diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/link-order.s')
-rw-r--r-- | binutils/testsuite/binutils-all/link-order.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/link-order.s b/binutils/testsuite/binutils-all/link-order.s index 5994cb8..918cd06 100644 --- a/binutils/testsuite/binutils-all/link-order.s +++ b/binutils/testsuite/binutils-all/link-order.s @@ -5,7 +5,7 @@ foo: .prologue 2, 2 .vframe r2 - mov r2 = r12 + mov r2 = r12;; .body .restore sp mov r12 = r2 |