xos.inc: fixed 'unterminated string' warning from nasm.

This commit is contained in:
sezero
2018-08-04 20:01:10 +03:00
parent 4f81f1ed1b
commit 08e1e599fd
7 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@
%macro endp 0
%ifnctx proc
%error Mismatched `endp'/`proc'
%error Mismatched ENDP/PROC
%else
%pop
%endif

View File

@@ -75,7 +75,7 @@
%macro endp 0
%ifnctx proc
%error Mismatched `endp'/`proc'
%error Mismatched ENDP/PROC
%else
%pop
%endif

View File

@@ -75,7 +75,7 @@
%macro endp 0
%ifnctx proc
%error Mismatched `endp'/`proc'
%error Mismatched ENDP/PROC
%else
%pop
%endif

View File

@@ -71,7 +71,7 @@
%macro endp 0
%ifnctx proc
%error Mismatched `endp'/`proc'
%error Mismatched ENDP/PROC
%else
%pop
%endif

View File

@@ -71,7 +71,7 @@
%macro endp 0
%ifnctx proc
%error Mismatched `endp'/`proc'
%error Mismatched ENDP/PROC
%else
%pop
%endif

View File

@@ -72,7 +72,7 @@
%macro endp 0
%ifnctx proc
%error Mismatched `endp'/`proc'
%error Mismatched ENDP/PROC
%else
%pop
%endif

View File

@@ -71,7 +71,7 @@
%macro endp 0
%ifnctx proc
%error Mismatched `endp'/`proc'
%error Mismatched ENDP/PROC
%else
%pop
%endif