Skip to content

MIPS syscall missing int group #2688

@OBarronCS

Description

@OBarronCS

Work environment

Questions Answers
Capstone module affected mips
Source of Capstone pip install capstone==6.0.0a4
Version/git commit 6.0.0 alpha 4

Syscalls instructions in MIPS do not include the int group to indicate they are interrupts.

cstool -d mips 0000000c
 0  00 00 00 0c  syscall	
	ID: 1310 (syscall)
	Is alias: 1378 (syscall) with REAL operand set
	Groups: HasStdEnc NotInMicroMips NotNanoMips 

cstool -d mips64 0000000c
 0  00 00 00 0c  syscall	
	ID: 1310 (syscall)
	Is alias: 1378 (syscall) with REAL operand set
	Groups: HasStdEnc NotInMicroMips NotNanoMips 

Expected behavior

Expected that the int group is present. It is present in v5.0.6.

Steps to reproduce the behavior

cstool -d mips 0000000c
cstool -d mips64 0000000c

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions