[Kernel] Oops.
This commit is contained in:
parent
207589e5a1
commit
24dd0267bf
|
@ -490,7 +490,7 @@ void UserModule::Dump() {
|
||||||
o < opt_import_libraries->string_table.count;
|
o < opt_import_libraries->string_table.count;
|
||||||
o++) {
|
o++) {
|
||||||
assert_true(o < xe::countof(string_table));
|
assert_true(o < xe::countof(string_table));
|
||||||
const char* str = &opt_import_libraries->string_table.data[o];
|
const char* str = &opt_import_libraries->string_table.data[j];
|
||||||
|
|
||||||
string_table[o] = str;
|
string_table[o] = str;
|
||||||
j += std::strlen(str) + 1;
|
j += std::strlen(str) + 1;
|
||||||
|
|
Loading…
Reference in New Issue