mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 04:32:57 +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
|
@ -21,7 +21,6 @@ EXTERN _BootApp32Parameters:DWORD
|
|||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
.code
|
||||
ASSUME nothing
|
||||
|
||||
PUBLIC _Archx86TransferTo32BitApplicationAsm
|
||||
_Archx86TransferTo32BitApplicationAsm:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue