mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +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
|
@ -38,10 +38,6 @@
|
|||
|
||||
PUBLIC __alldiv
|
||||
|
||||
/* DATA ********************************************************************/
|
||||
.data
|
||||
ASSUME CS:NOTHING, DS:NOTHING, ES:NOTHING, FS:NOTHING, GS:NOTHING
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
.code
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
PUBLIC _pow
|
||||
|
||||
.data
|
||||
ASSUME nothing
|
||||
ASSUME cs:nothing
|
||||
|
||||
.align ALIGNARG(4)
|
||||
ASM_TYPE_DIRECTIVE(infinity,@object)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue