Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/cmd/asm/internal/asm/testdata/arm64.s
Insertions: 1, Deletions: 1.
@@ -287,7 +287,7 @@
HINT $0 // 1f2003d5
DMB $1
SVC
- SB // ff3003d5
+ SB // ff3003d5
// encryption
SHA256H V9.S4, V3, V2 // 6240095e
```
```
The name of the file: src/cmd/asm/internal/asm/testdata/arm64error.s
Insertions: 1, Deletions: 1.
@@ -428,5 +428,5 @@
AUTIBSP C // ERROR "illegal combination"
AUTIA1716 $45 // ERROR "illegal combination"
AUTIB1716 R0 // ERROR "illegal combination"
- SB $1 // ERROR "illegal combination"
+ SB $1 // ERROR "illegal combination"
RET
```
Change information
Commit message:
cmd/asm/internal/asm/testdata: add SB tests
Add tests for the SB instruction which were omitted in CL 729501.
Change-Id: Ia71940b813563a418011914660ee0f1aeaa78444
Files:
- M src/cmd/asm/internal/asm/testdata/arm64.s
- M src/cmd/asm/internal/asm/testdata/arm64enc.s
- M src/cmd/asm/internal/asm/testdata/arm64error.s
Change size: XS
Delta: 3 files changed, 3 insertions(+), 0 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Cherry Mui
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI