Commit 5090f44
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 39d6810 commit 5090f44
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
| 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