aboutsummaryrefslogtreecommitdiff
path: root/PL0_test.c
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-12-10 15:32:22 +0100
committervetch <vetch97@gmail.com>2019-12-10 15:32:22 +0100
commit5662aacc5688bba4873367ed9ab51fb83fbd1feb (patch)
tree429aae32ff3163bf8472fcb52f3ba444c14e374c /PL0_test.c
parentb0a6351d52af8bdf6fa9cca0d313df323249a520 (diff)
parentc76b34db77f06450ba1c957e87a0b1df3c6c29b4 (diff)
downloadrpi-MMU-example-5662aacc5688bba4873367ed9ab51fb83fbd1feb.tar.gz
rpi-MMU-example-5662aacc5688bba4873367ed9ab51fb83fbd1feb.zip
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
Diffstat (limited to 'PL0_test.c')
-rw-r--r--PL0_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/PL0_test.c b/PL0_test.c
index 2216436..1b93024 100644
--- a/PL0_test.c
+++ b/PL0_test.c
@@ -5,9 +5,6 @@ void PL0_main(void)
{
uart_puts("hello PL0! Switching to user mode!\n\r");
- asm("cps #0b10000\n\r"
- "isb" ::: "memory");
-
// if all went correct, Success! gets printed
uart_puts("Success!\n\r");