mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:55:41 +00:00
[ASM] Fix boot with VS 16.7.3 / MSVC 19.27
See https://developercommunity.visualstudio.com/content/problem/1180800/ml-x86-assume-directive-causes-invalid-code-genera.html
This commit is contained in:
parent
b5d2da6d35
commit
2aca4b2795
9 changed files with 4 additions and 20 deletions
|
@ -27,7 +27,7 @@ OPTION DOTNAME
|
|||
.686P
|
||||
.XMM
|
||||
.MODEL FLAT
|
||||
ASSUME CS:NOTHING, DS:NOTHING, ES:NOTHING, FS:NOTHING, GS:NOTHING
|
||||
ASSUME FS:NOTHING, GS:NOTHING
|
||||
#endif
|
||||
|
||||
/* Explicit radix in MASM syntax */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue