diff options
Diffstat (limited to 'test/codegen/strings.go')
| -rw-r--r-- | test/codegen/strings.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/codegen/strings.go b/test/codegen/strings.go index 0859e241cb..19e1dbda51 100644 --- a/test/codegen/strings.go +++ b/test/codegen/strings.go @@ -30,6 +30,7 @@ func ConstantLoad() { // arm:`MOVW\t\$48`,`MOVW\t\$49`,`MOVW\t\$50` // arm64:`MOVD\t\$12592`,`MOVD\t\$50` // wasm:`I64Const\t\$12592`,`I64Store16\t\$0`,`I64Const\t\$50`,`I64Store8\t\$2` + // mips64:`MOVV\t\$48`,`MOVV\t\$49`,`MOVV\t\$50` bsink = []byte("012") // 858927408 = 0x33323130 |
