diff options
Diffstat (limited to 'MdePkg/Library/BaseLib')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/DisableCache.asm | 2 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/EnableCache.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/DisableCache.asm b/MdePkg/Library/BaseLib/Ia32/DisableCache.asm index 0d92472687..67247948b6 100644 --- a/MdePkg/Library/BaseLib/Ia32/DisableCache.asm +++ b/MdePkg/Library/BaseLib/Ia32/DisableCache.asm @@ -22,7 +22,7 @@ ;
;------------------------------------------------------------------------------
- .386p
+ .486p
.model flat,C
.code
diff --git a/MdePkg/Library/BaseLib/Ia32/EnableCache.asm b/MdePkg/Library/BaseLib/Ia32/EnableCache.asm index e25a5bf44d..c47ee1c60b 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnableCache.asm +++ b/MdePkg/Library/BaseLib/Ia32/EnableCache.asm @@ -22,7 +22,7 @@ ;
;------------------------------------------------------------------------------
- .386p
+ .486p
.model flat,C
.code
|