mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +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:
parent
e7136de262
commit
26cdf3a590
@ -177,7 +177,7 @@ void OH_DirectX (const OpcDesc* D)
|
|||||||
GenerateLabel (D, Addr);
|
GenerateLabel (D, Addr);
|
||||||
|
|
||||||
/* Output the line */
|
/* Output the line */
|
||||||
OneLine (D, "%s,y", GetAddrArg (D, Addr));
|
OneLine (D, "%s,x", GetAddrArg (D, Addr));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user