[SDK/INCLUDE] Fix the .code16 macro definition for MASM/ML.
[reactos.git] / sdk / include / asm / asm.inc
index f8bc912..7612815 100644 (file)
@@ -100,7 +100,7 @@ ENDM
 
 .code16 MACRO
     ASSUME nothing
-    .text SEGMENT use16
+    .text SEGMENT use16 PUBLIC 'CODE'
     .586P
 ENDM