compiler: fix D.

db4
Doug Coleman 2015-08-13 18:14:16 -07:00
parent b502ad7ac6
commit 38f3450519
3 changed files with 459 additions and 459 deletions

View File

@ -213,7 +213,7 @@ HELP: %replace-imm
{ $examples
{ $unchecked-example
"USING: cpu.architecture make ;"
"[ 777 D 0 %replace-imm ] B{ } make disassemble"
"[ 777 D: 0 %replace-imm ] B{ } make disassemble"
"0000000000aad8c0: 49c70690300000 mov qword [r14], 0x3090"
}
} ;

View File

@ -35,7 +35,7 @@ IN: cpu.x86.tests
! %clear
{ t } [
[ D 0 %clear ] B{ } make
[ D: 0 %clear ] B{ } make
cpu x86.32? B{ 199 6 144 18 0 0 } B{ 73 199 6 144 18 0 0 } ? =
] unit-test

File diff suppressed because it is too large Load Diff