From 06828ac6466f8593d5e30b9948227f7ef5a7b2ed Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 26 Jun 2024 03:42:44 -0400 Subject: [PATCH 1/2] test macro error --- src/probestack.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/probestack.rs b/src/probestack.rs index 0c30384db..494ef6e65 100644 --- a/src/probestack.rs +++ b/src/probestack.rs @@ -53,6 +53,8 @@ extern "C" { pub fn __rust_probestack(); } +// foo + // A wrapper for our implementation of __rust_probestack, which allows us to // keep the assembly inline while controlling all CFI directives in the assembly // emitted for the function. From 31b2c62765f1563653c4ceb90f57ce8b99bdd4ff Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 26 Jun 2024 03:52:45 -0400 Subject: [PATCH 2/2] nop --- src/probestack.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/probestack.rs b/src/probestack.rs index 494ef6e65..0c30384db 100644 --- a/src/probestack.rs +++ b/src/probestack.rs @@ -53,8 +53,6 @@ extern "C" { pub fn __rust_probestack(); } -// foo - // A wrapper for our implementation of __rust_probestack, which allows us to // keep the assembly inline while controlling all CFI directives in the assembly // emitted for the function.