mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +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
|
@ -55,7 +55,7 @@ EXTERN __bss_end__:DWORD
|
|||
|
||||
#ifdef _USE_ML
|
||||
.MBDATA SEGMENT PUBLIC 'DATA'
|
||||
ASSUME nothing
|
||||
//ASSUME nothing
|
||||
#endif
|
||||
|
||||
/* Align to 32 bits boundary */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue