mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 04:31:38 +00:00
reset_brk is not __fastcall__. By Stefan Haubenthal.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5392 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8f5f3f56cb
commit
77b84429a3
@ -4102,7 +4102,7 @@ if (rename (OLDNAME, NEWNAME) == 0) {
|
||||
<descrip>
|
||||
<tag/Function/Resets the break vector to its original value.
|
||||
<tag/Header/<tt/<ref id="6502.h" name="6502.h">/
|
||||
<tag/Declaration/<tt/void __fastcall__ reset_brk (void);/
|
||||
<tag/Declaration/<tt/void reset_brk (void);/
|
||||
<tag/Description/<tt/reset_brk/ resets the break vector to the value it had
|
||||
before a call to <tt/set_brk/.
|
||||
<tag/Limits/
|
||||
|
Loading…
x
Reference in New Issue
Block a user