forked from KolibriOS/kolibrios
Fasm: Fixed a bug when building programs with the length of the included file name >100 bytes
git-svn-id: svn://kolibrios.org@10011 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
566428b0cc
commit
eae9e31a6e
@ -18,7 +18,7 @@ WIN_MIN_H = 350
|
||||
LINE_H = 25
|
||||
RIGHT_BTN_W = 80
|
||||
|
||||
MAX_PATH = 100
|
||||
MAX_PATH = 0x1000
|
||||
|
||||
macro mmov reg,a1,a2 {
|
||||
mov reg,(a1) shl 16 + (a2)
|
||||
|
Loading…
Reference in New Issue
Block a user