From 1b4860ab2a70c4bc76661aa3f87d0ad09655a2f6 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 5 Mar 2021 07:12:02 -0500 Subject: [PATCH] Update compiler/rustc/src/main.rs --- compiler/rustc/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc/src/main.rs b/compiler/rustc/src/main.rs index 3f03d1b68695..8c5447a91cdc 100644 --- a/compiler/rustc/src/main.rs +++ b/compiler/rustc/src/main.rs @@ -36,7 +36,7 @@ fn main() { } #[used] - static _F7: unsafe extern "C" fn() = _rjem_je_zone_register(); + static _F7: unsafe extern "C" fn() = _rjem_je_zone_register; } }