mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[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++) {
|
||||
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;
|
||||
j += std::strlen(str) + 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue