summaryrefslogtreecommitdiff
path: root/samples/bpf/asm_goto_workaround.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/asm_goto_workaround.h')
-rw-r--r--samples/bpf/asm_goto_workaround.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/asm_goto_workaround.h b/samples/bpf/asm_goto_workaround.h
index 5cd7c1d1a5d5..7409722727ca 100644
--- a/samples/bpf/asm_goto_workaround.h
+++ b/samples/bpf/asm_goto_workaround.h
@@ -13,4 +13,5 @@
#define asm_volatile_goto(x...) asm volatile("invalid use of asm_volatile_goto")
#endif
+#define volatile(x...) volatile("")
#endif