Peter Wemm e55b30b469 Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new
function pointer to the vga render dispatch table and initialized it with
vga_nop.  The problem is that vga_nop() is a varargs function, and the
table declares a non-varargs function pointer.  On amd64 (and I think ppc),
mixing varargs and non-varargs function pointers is fatal.

Change vga_nop() and gfb_nop() from varargs to non-varargs do-nothing
functions.  This stops the stack corruption that only happened on amd64.

Approved by:  re (scottl)
2005-06-14 02:43:45 +00:00
..
2005-04-08 18:04:39 +00:00
2005-05-10 12:02:18 +00:00
2005-06-11 16:30:43 +00:00
2005-06-09 19:45:09 +00:00
2005-05-14 10:26:31 +00:00
2005-04-04 17:37:35 +00:00
2005-05-19 21:16:50 +00:00
2005-04-08 05:22:58 +00:00
2005-02-27 22:01:09 +00:00
2005-06-12 16:21:44 +00:00
2005-05-20 23:29:55 +00:00