mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add yet another branch instruction.
Obtained from: NetBSD MFC after: 3 days
This commit is contained in:
parent
7aab344dc1
commit
4ed897041f
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ typedef int db_expr_t;
|
|||
0000000f register */
|
||||
|
||||
#define inst_branch(ins) (((ins) & 0x0f000000) == 0x0a000000 || \
|
||||
((ins) & 0x0fdffff0) == 0x079ff100)
|
||||
((ins) & 0x0fdffff0) == 0x079ff100 || \
|
||||
((ins) & 0x0ff0f000) == 0x0590f000)
|
||||
|
||||
#define inst_load(ins) (0)
|
||||
#define inst_store(ins) (0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue