Add one more character to dependency segment array for '\0' character
This commit is contained in:
parent
767ed21288
commit
4a67bc1230
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Boot Loader module segment macros */
|
/* Boot Loader module segment macros */
|
||||||
#define XTBL_MODDEPS SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][8]
|
#define XTBL_MODDEPS SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][9]
|
||||||
#define XTBL_MODINFO SEGMENT(".modinfo") CONST WCHAR XtBlpInfo[]
|
#define XTBL_MODINFO SEGMENT(".modinfo") CONST WCHAR XtBlpInfo[]
|
||||||
|
|
||||||
/* XTLDR directories */
|
/* XTLDR directories */
|
||||||
|
Loading…
Reference in New Issue
Block a user