From 991245f9569421d56c34b73cc46150dc97f7106a Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Mon, 23 May 2005 22:22:36 +0000 Subject: [PATCH] Add commnets for InitGraf() --- second/glue.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/second/glue.S b/second/glue.S index d583e9d..6a2fda1 100644 --- a/second/glue.S +++ b/second/glue.S @@ -133,10 +133,12 @@ __modsi3: movel %d1, %d0 rts + /* void InitGraf(void * port); */ + .global InitGraf InitGraf: link %fp, #0 - move.l 8(%fp), -(%sp) + move.l 8(%fp), -(%sp) /* port */ dc.w 0xA86E unlk %fp rts