Skip to content

Commit

Permalink
Fixed WS
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Dec 3, 2024
1 parent 4dd4077 commit 0a7e604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/gtest/riscv/test_assembler_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class WeakCmpxchgTester {
public:
typedef TESTSIZE (*cmpxchg_narrow)(intptr_t addr, TESTSIZE expected, TESTSIZE new_value, TESTSIZE result,
int64_t scratch0, int64_t scratch1, int64_t scratch2);

typedef TESTSIZE (*cmpxchg_func)(intptr_t addr, TESTSIZE expected, TESTSIZE new_value, TESTSIZE result);

static TESTSIZE weak_narrow_cmpxchg(intptr_t addr, TESTSIZE expected, TESTSIZE new_value) {
Expand All @@ -285,7 +285,7 @@ class WeakCmpxchgTester {
BufferBlob::free(bb);
return ret;
}

static TESTSIZE weak_cmpxchg(intptr_t addr, TESTSIZE expected, TESTSIZE new_value) {
BufferBlob* bb = BufferBlob::create("riscvTest", 128);
CodeBuffer code(bb);
Expand Down

0 comments on commit 0a7e604

Please sign in to comment.