Commit bec1f83
committed
uefi-macros: Make
The `entry` macro's example code had `#![no_std]` in it to make it look like how
you'd normally use it with the uefi targets. In the context that the example
code is compiled in though, the target is the host's target. To get the example
compiling there, we had to add some hidden hacks for `eh_personality` and a
panic handler. Those hacks don't work on the stable channel though, so drop them
along with `no_std`.entry example more compatible with stable1 parent 78d57ad commit bec1f83
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | 224 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | 225 | | |
236 | 226 | | |
237 | 227 | | |
| |||
0 commit comments