File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,9 +265,9 @@ otherwise identical operations.
265265
266266The 4-bit 'code' field encodes the operation as below, where PC is the program counter:
267267
268- ======== ===== === ========================== ============
268+ ======== ===== === ========================== ========================
269269code value src description notes
270- ======== ===== === ========================== ============
270+ ======== ===== === ========================== ========================
271271BPF_JA 0x00 0x0 PC += offset BPF_JMP only
272272BPF_JEQ 0x10 any PC += offset if dst == src
273273BPF_JGT 0x20 any PC += offset if dst > src unsigned
@@ -284,7 +284,7 @@ BPF_JLT 0xa0 any PC += offset if dst < src unsigned
284284BPF_JLE 0xb0 any PC += offset if dst <= src unsigned
285285BPF_JSLT 0xc0 any PC += offset if dst < src signed
286286BPF_JSLE 0xd0 any PC += offset if dst <= src signed
287- ======== ===== === =========================== ============
287+ ======== ===== === ========================== ============ ============
288288
289289Helper functions
290290~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments