mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Add a FIXME
This commit is contained in:
@@ -13,6 +13,7 @@ extern char _bss_section_end_ram;
|
||||
void enable_fpu() {
|
||||
// http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/BABDBFBJ.html
|
||||
CPACR |= (0xF << 20); // Set the bits 20-23 to enable CP10 and CP11 coprocessors
|
||||
// FIXME: The pipeline should be flushed at this point
|
||||
}
|
||||
|
||||
void abort() {
|
||||
|
||||
Reference in New Issue
Block a user