mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
Implement gkernel: Part 1 (#150)
* start gkernel implementation * progress * more of kernel * swap to new dispatcher, will it work on windows * update
This commit is contained in:
@@ -28,7 +28,7 @@ std::vector<u8> CodeGenerator::run() {
|
||||
if (function_names.find(f->name()) == function_names.end()) {
|
||||
function_names.insert(f->name());
|
||||
} else {
|
||||
printf("Failed to codegen, there are two functions with internal names %s\n",
|
||||
printf("Failed to codegen, there are two functions with internal names [%s]\n",
|
||||
f->name().c_str());
|
||||
throw std::runtime_error("Failed to codegen.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user