]> git.sur5r.net Git - cc65/blobdiff - src/cc65/symtab.h
Stack adjustment code optimizations.
[cc65] / src / cc65 / symtab.h
index 39782d6abe6f70ac50ffc90b6798200a32f5e2bd..0856740cc48789a490a2bf2f79545b7ffc3c63eb 100644 (file)
@@ -136,6 +136,8 @@ SymEntry* FindTagSym (const char* Name);
 SymEntry* FindStructField (const Type* TypeArray, const char* Name);
 /* Find a struct field in the fields list */
 
+unsigned short FindSPAdjustment (const char* Name);
+/* Search for an entry in the table of SP adjustments */
 
 
 /*****************************************************************************/