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:
Doczom 2024-05-02 19:31:51 +00:00
parent 566428b0cc
commit eae9e31a6e

View File

@ -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)