]> gitweb.factorcode.org Git - factor.git/commit
cpu.x86,bootstrap.assembler.*: making sure 0 is the relocation dummy value everywhere
authorBjörn Lindqvist <bjourne@gmail.com>
Thu, 19 May 2016 20:43:52 +0000 (22:43 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Thu, 19 May 2016 20:43:52 +0000 (22:43 +0200)
commit0fc8fb22ca6a5c8bb0bc6507269f031cf376bae8
treee664aa36811835820174aa49988885ebb77724f6
parent9f0cd740c86aa3588fa7a84f28c399d808eef112
cpu.x86,bootstrap.assembler.*: making sure 0 is the relocation dummy value everywhere

In some places it was 0xffffffff, but it should always be 0 MOV for
consistency.
basis/bootstrap/assembler/x86.64.factor
basis/cpu/x86/x86-tests.factor
basis/cpu/x86/x86.factor