Commit 40f34d90 authored by JohnBonny's avatar JohnBonny Committed by GitHub

Update arch64.go (#13598)

parent a0d89872
...@@ -6,7 +6,7 @@ package arch ...@@ -6,7 +6,7 @@ package arch
import "encoding/binary" import "encoding/binary"
type ( type (
// Word differs from the tradditional meaning in MIPS. The type represents the *maximum* architecture specific access length and value sizes // Word differs from the traditional meaning in MIPS. The type represents the *maximum* architecture specific access length and value sizes
Word = uint64 Word = uint64
// SignedInteger specifies the maximum signed integer type used for arithmetic. // SignedInteger specifies the maximum signed integer type used for arithmetic.
SignedInteger = int64 SignedInteger = int64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment