mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
fix incompatibility with gcc 4.9 (for the record: gcc was right)
This commit is contained in:
parent
4b12356064
commit
2c6941895a
@ -96,7 +96,7 @@ int main(int argc, char *argv[])
|
||||
p != end;
|
||||
++p)
|
||||
{
|
||||
out << "\tdc.w 0x" << *p << std::endl;
|
||||
out << "\tdc.w 0x" << p->str() << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user