Commits
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Mar 23, 2023
-
-
GOB: revert "ensure degob gives opcode offsets from their beginning"
This reverts commit c48f216. This change has been made obsolete by PR#65, which uses the beginning of the current OpcodeFunc for the displayed offset, instead of the current position when printIndent() is called.
Commits on Mar 17, 2023
-
GOB: ensure degob gives opcode offsets from their beginning
The displayed opcode offset was often taken mid-opcode ; printIndent() must precede the first read() call.
Commits on Mar 16, 2023
Commits on Feb 15, 2023
Commits on Jan 15, 2023
Commits on Jan 13, 2023
Commits on Jan 12, 2023
Commits on Jan 11, 2023
Commits on Jan 2, 2023
-
-
-
GOB: correctly add missing cases 55 and 56 in o1_palLoad
Just skipping the right amount of bytes depending on the case is enough here, so cases 53, 55 and 56 are equivalent for degob.
-
GOB: revert "fix missing cases in o1_palLoad", which introduced a reg…
…ression This reverts commit 7c1b07d.
-
-
-
-
-
-
-
-
-
-
-
-
CONFIGURE: Use stack protector in AmigaOS
FLAC library got compiled with it and others may follow. This makes sure all needed libraries are bundled in the resulting binaries.