From 2efc2e8f69bed79c52282e81ac0935231f625fae Mon Sep 17 00:00:00 2001 From: lpproj Date: Sun, 29 Mar 2015 22:46:57 +0900 Subject: [PATCH] Increase size of nlsDBCSHardcoded (to sizeof struct nlsDBCS) --- kernel/nls_hc.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/nls_hc.asm b/kernel/nls_hc.asm index 85c7799..8dd4b56 100644 --- a/kernel/nls_hc.asm +++ b/kernel/nls_hc.asm @@ -122,6 +122,7 @@ _nlsCollHardcoded: GLOBAL _nlsDBCSHardcoded _nlsDBCSHardcoded: ?table7: - DB 000h, 000h, 000h, 000h + DB 000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h + DB 000h, 000h GLOBAL _hcTablesEnd _hcTablesEnd: