Skip to content

Commit f0127b7

Browse files
authored
DH_TRAMPOLINE is a thumb function
1 parent d80eec5 commit f0127b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ pub fn interrupt(
244244
mod_items.push(quote! {
245245
#[cfg(feature = "rt")]
246246
global_asm!("
247+
.thumb_func
247248
DH_TRAMPOLINE:
248249
b DEFAULT_HANDLER
249250
");

0 commit comments

Comments
 (0)