aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/sti.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parisc/sti.c')
-rw-r--r--src/parisc/sti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parisc/sti.c b/src/parisc/sti.c
index 72f2b89..1bba989 100644
--- a/src/parisc/sti.c
+++ b/src/parisc/sti.c
@@ -130,7 +130,7 @@ void sti_console_init(struct sti_rom *rom)
void sti_putc(const char c)
{
- struct sti_rom *rom = (struct sti_rom *)PAGE0->proc_sti;
+ struct sti_rom *rom = (struct sti_rom *) ROM_EXTEND(PAGE0->proc_sti);
struct sti_rom_font *font = (void *)rom + rom->font_start;
static int row, col;