From 76969284c3e1cb655141b6e725f4e152d1e66d59 Mon Sep 17 00:00:00 2001 From: Patrick Macdonald Date: Fri, 27 Mar 1998 18:36:33 +0000 Subject: [PATCH] sky-gs.c: initial drop of GS control registers (outstanding questions) sky-gs.h: initial drop of GS control registers Makefile.in: added sky-gs.o to sanitized list sky-gpuif.c (gif_io_write_buffer): correct memset length error, renamed trace file for gif --- sim/mips/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index 184c0f5774..abfb81ad96 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -20,6 +20,7 @@ SIM_SKY_OBJS = \ sky-vu.o \ sky-vu0.o \ sky-vu1.o \ + sky-gs.o \ sky-gdb.o # end-sanitize-sky