[coyotos-dev] IRQ.c - a typo - vect_st_uninit
dx dx
dxtros at gmail.com
Sat Jan 26 22:20:36 EST 2008
Hi,
A typo error - should be vec_st_uninit
535 void
536 vector_init()
537 {
538 for (size_t i = 0; i < NUM_VECTOR; i++) {
539 VectorMap[i].type = vt_Unbound;
540 VectorMap[i].fn = vh_UnboundVector;
541 VectorMap[i].status = vect_st_uninit;
542 sq_Init(&VectorMap[i].stallQ);
543 }
dex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.coyotos.org/pipermail/coyotos-dev/attachments/20080126/0e3f4204/attachment.html
More information about the coyotos-dev
mailing list