mirror of
https://github.com/pret/pokeruby.git
synced 2026-09-09 19:46:35 -05:00
fix global labels in preproc
This commit is contained in:
@@ -89,8 +89,8 @@ void PreprocAsmFile(std::string filename)
|
||||
|
||||
if (globalLabel.length() != 0)
|
||||
{
|
||||
std::printf("\t.global %s\n", globalLabel.c_str());
|
||||
std::printf("%s:\n", globalLabel.c_str());
|
||||
const char *s = globalLabel.c_str();
|
||||
std::printf("%s: ; .global %s\n", s, s);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user