bootstrap: Support building with M2-Planet 1.4.
* lib/m2/x86/x86_defs.M1 (NOP): New define.
This commit is contained in:
parent
348dcbcbd7
commit
0d337be8ff
|
@ -1,4 +1,5 @@
|
||||||
## Copyright (C) 2017 Jeremiah Orians
|
## Copyright (C) 2017 Jeremiah Orians
|
||||||
|
## Copyright (C) 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
## This file is part of M2-Planet.
|
## This file is part of M2-Planet.
|
||||||
##
|
##
|
||||||
## M2-Planet is free software: you can redistribute it and/or modify
|
## M2-Planet is free software: you can redistribute it and/or modify
|
||||||
|
@ -68,6 +69,7 @@ DEFINE MULTIPLY_eax_by_ebx_into_eax F7EB
|
||||||
DEFINE MULTIPLYS_eax_by_ebx_into_eax F7E3
|
DEFINE MULTIPLYS_eax_by_ebx_into_eax F7E3
|
||||||
DEFINE NULL 00000000
|
DEFINE NULL 00000000
|
||||||
DEFINE NOT_eax F7D0
|
DEFINE NOT_eax F7D0
|
||||||
|
DEFINE NOP 00000000
|
||||||
DEFINE OR_eax_ebx 09D8
|
DEFINE OR_eax_ebx 09D8
|
||||||
DEFINE POP_eax 58
|
DEFINE POP_eax 58
|
||||||
DEFINE POP_ebx 5B
|
DEFINE POP_ebx 5B
|
||||||
|
|
Loading…
Reference in a new issue