Commit 7dd1535
committed
qemu/arm: Disable native emitter for the MICROBIT board.
The Micro Bit machine definition in Qemu has soft MMU support enabled,
which is currently not compatible with the way MicroPython generates
code that needs to call back into non-emitted code.
As a stop-gap solution, the native code emitter for the MICROBIT board
is turned off.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>1 parent 312b8cd commit 7dd1535
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments