Skip to content

Commit

Permalink
Add support for LE 64-bit in isgenq.c
Browse files Browse the repository at this point in the history
Changes:
* Allow LE 64-bit compilation;
* Use named parameters and registers in __asm.
* Add isgenq tests;
* Improve doc in the isgenq header.

Fixes: #422

Signed-off-by: Irek Fakhrutdinov <[email protected]>
  • Loading branch information
ifakhrutdinov committed Jun 24, 2024
1 parent be02654 commit 84a9e80
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 196 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Zowe Common C Changelog

## `2.18.0`
- Add support for LE 64-bit in isgenq.c (#422).

## `2.17.0`
- Fixed `xplatform.loadFileUTF8` when trying to open nonexistent file (#454)
- Bugfix: fix an incorrect check in the recovery router code which might lead to
Expand Down
Loading

0 comments on commit 84a9e80

Please sign in to comment.