1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00

Fixed a bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@2035 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-04-03 10:13:32 +00:00
parent e7136de262
commit 26cdf3a590

View File

@ -177,7 +177,7 @@ void OH_DirectX (const OpcDesc* D)
GenerateLabel (D, Addr);
/* Output the line */
OneLine (D, "%s,y", GetAddrArg (D, Addr));
OneLine (D, "%s,x", GetAddrArg (D, Addr));
}