]> git.sur5r.net Git - cc65/blobdiff - src/da65/handler.h
Followed discussions in the Pull reequest #681.
[cc65] / src / da65 / handler.h
index 96b73f2c74b9a0eabc3cc812177bfaed6465a2bc..eaa66e7fd896410dd9e602a417670c6268f145e6 100644 (file)
@@ -106,7 +106,7 @@ void OH_JmpAbsoluteIndirect (const OpcDesc* D);
 void OH_JmpAbsoluteXIndirect (const OpcDesc* D);
 void OH_JsrAbsolute (const OpcDesc*);
 
-void SetSubroutineVOperand (unsigned Addr, unsigned Size);
+void SetSubroutineParamSize (unsigned Addr, unsigned Size);
 
 
 /* End of handler.h */