Skip to content

Commit 962291d

Browse files
Fixed semctl args expectations
1 parent ea36858 commit 962291d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/arch/riscv/syscall_format.log.match

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ $(S) $(XX) -- semtimedop(0x4, 0x123000, 0x1, 0x0) = ?
278278
$(S) $(XX) -- semtimedop(0x4, 0x123000, 0x1, 0x0) = 22
279279
$(S) $(XX) -- semtimedop(0x4, 0x123000, 0x1, 0x234000) = ?
280280
$(S) $(XX) -- semtimedop(0x4, 0x123000, 0x1, 0x234000) = 22
281-
$(S) $(XX) -- semctl(0x1, 0x2, 0x3, $(XX), $(XX), 0x234000) = ?
282-
$(S) $(XX) -- semctl(0x1, 0x2, 0x3, $(XX), $(XX), 0x234000) = 22
281+
$(S) $(XX) -- semctl(0x1, 0x2, 0x3, $(XX), $(XX), $(XX) = ?
282+
$(S) $(XX) -- semctl(0x1, 0x2, 0x3, $(XX), $(XX), $(XX) = 22
283283
$(S) $(XX) -- msgget(0x1, 0x200) = ?
284284
$(S) $(XX) -- msgget(0x1, 0x200) = 22
285285
$(S) $(XX) -- msgsnd(0x1, 0x123000, 0x3, 0x3) = ?

0 commit comments

Comments
 (0)