forked from KolibriOS/kolibrios
fasm version 1.67.34 (Feb 22, 2009)
[-] Fixed small bug with DT directive far pointer syntax. Visit http://flatassembler.net/ for more information. git-svn-id: svn://kolibrios.org@1044 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f6697caafb
commit
e275f0a5d1
@ -1641,6 +1641,8 @@ data_twords:
|
||||
complex_tword:
|
||||
call get_word_value
|
||||
push eax
|
||||
cmp byte [esi],':'
|
||||
jne invalid_operand
|
||||
inc esi
|
||||
lods byte [esi]
|
||||
cmp al,'('
|
||||
|
@ -33,7 +33,7 @@
|
||||
; cannot simply be copied and put under another distribution licence
|
||||
; (including the GNU Public Licence).
|
||||
|
||||
VERSION_STRING equ "1.67.33"
|
||||
VERSION_STRING equ "1.67.34"
|
||||
|
||||
VERSION_MAJOR = 1
|
||||
VERSION_MINOR = 67
|
||||
|
Loading…
Reference in New Issue
Block a user