This commit is contained in:
parent
31c5ed614c
commit
bac5986425
61 changed files with 2745 additions and 0 deletions
12
src/x86/ExtendR0ToR2_test.go
Normal file
12
src/x86/ExtendR0ToR2_test.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package x86_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.urbach.dev/cli/q/src/x86"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
func TestExtendR0ToR2(t *testing.T) {
|
||||
assert.DeepEqual(t, x86.ExtendR0ToR2(nil), []byte{0x48, 0x99})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue