Skip to content

Commit

Permalink
Fix STREF2CONST operands
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya committed Mar 7, 2024
1 parent 43f41e7 commit fd2ec0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cp0.json
Original file line number Diff line number Diff line change
Expand Up @@ -15299,7 +15299,10 @@
"doc_opcode": "CF21",
"tlb": "#CF21 c1:^Cell c2:^Cell",
"prefix": "CF21",
"operands": []
"operands": [
{ "name": "c1", "type": "ref", "decode_hint": { "type": "plain" } },
{ "name": "c2", "type": "ref", "decode_hint": { "type": "plain" } }
]
},
"value_flow": {
"doc_stack": "b - b╨▓╨ВтДв",
Expand Down

0 comments on commit fd2ec0f

Please sign in to comment.