Skip to content

Commit

Permalink
ARM runtime: fix typo in header file
Browse files Browse the repository at this point in the history
Bug 37759
  • Loading branch information
bschommer authored and xavierleroy committed Oct 22, 2024
1 parent 29dfd42 commit bf8a3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/arm/sysdeps.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#if defined(MODEL_armv7m)
// Thumb-2 only
#define THUMB
#elsif defined(MODEL_armv6) || defined(MODEL_armv6t2)
#elif defined(MODEL_armv6) || defined(MODEL_armv6t2)
// ARM-A32 only
#undef THUMB
#endif
Expand Down

0 comments on commit bf8a3e1

Please sign in to comment.