mirror of
https://github.com/cc65/cc65.git
synced 2025-01-25 11:30:06 +00:00
Free register info
git-svn-id: svn://svn.cc65.org/cc65/trunk@818 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8cd7b15c8b
commit
cd358107d3
@ -804,6 +804,9 @@ unsigned OptDuplicateLoads (CodeSeg* S)
|
||||
|
||||
}
|
||||
|
||||
/* Free register info */
|
||||
CS_FreeRegInfo (S);
|
||||
|
||||
/* Return the number of changes made */
|
||||
return Changes;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user