Skip to content

Commit

Permalink
Add more detail to ABI notice
Browse files Browse the repository at this point in the history
Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
  • Loading branch information
gmbr3 committed Sep 23, 2024
1 parent 9180c63 commit 515c58a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/README.ABI.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ versions

This currently includes the following functions:
- ReallocatePool

Inputs were re-ordered

- CopyMem

Source is no longer marked as constant

CopyMemC is introduced as a helper function when using a constant source input

- CompareGuid


Function now returns BOOLEAN instead of INTN
Return codes are now reversed

**Will break at runtime - likely causing opposite output to expected**

2) Applications which haven't been updated in a while may also be missing the
Expand Down

0 comments on commit 515c58a

Please sign in to comment.