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 621569d commit f0e2194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ private Pointer commit0(PointerBase start, UnsignedWord nbytes, int access, NmtP
}

@Uninterruptible(reason = "Called from uninterruptible code.", mayBeInlined = true)
private void trackCommitAndMaybeReserve(PointerBase baseAddr, PointerBase start, UnsignedWord nbytes, NmtPreImageHeapData nmtData, NmtCategory category) {
private static void trackCommitAndMaybeReserve(PointerBase baseAddr, PointerBase start, UnsignedWord nbytes, NmtPreImageHeapData nmtData, NmtCategory category) {
// Account for possible reserve before commit
if (start.isNull()) {
if (nmtData.isNull()) {
Expand Down

0 comments on commit f0e2194

Please sign in to comment.