Skip to content

Commit

Permalink
gate fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttoyonaga committed Mar 22, 2024
1 parent f0e2194 commit 44c2748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public Pointer reserve(UnsignedWord nbytes, UnsignedWord alignment, boolean exec

@Uninterruptible(reason = "Called from uninterruptible code.", mayBeInlined = true)
@SuppressWarnings("unused")
private Pointer reserve0(UnsignedWord nbytes, UnsignedWord alignment, boolean executable, NmtPreImageHeapData nmtData, NmtCategory category) {
private static Pointer reserve0(UnsignedWord nbytes, UnsignedWord alignment, boolean executable, NmtPreImageHeapData nmtData, NmtCategory category) {
if (nbytes.equal(0)) {
return WordFactory.nullPointer();
}
Expand Down

0 comments on commit 44c2748

Please sign in to comment.