mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-02 04:31:25 +00:00
Document bug fix for functions run at exit in large memory model.
This commit is contained in:
parent
ae89e77bbe
commit
a988ef60bc
2
cc.notes
2
cc.notes
@ -2152,6 +2152,8 @@ int foo(int[42]);
|
||||
|
||||
240. If a .sym file was in use, ORCA/C might not print "Including ..." messages for certain header files.
|
||||
|
||||
241. When using the large memory model, functions registered with atexit() (or at_quick_exit(), in ORCA/C 2.2 betas) might be called with the data bank set incorrectly, potentially causing memory corruption or other incorrect behavior.
|
||||
|
||||
-- Bugs from C 2.1.0 that have been fixed -----------------------------------
|
||||
|
||||
1. In some situations, fread() reread the first 1K or so of the file.
|
||||
|
Loading…
Reference in New Issue
Block a user