Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / stacks.c
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-20 Kevin O'ConnorFix yield() so it works from boot code.
2009-12-13 Kevin O'ConnorExtract out new call32() function from check_preempt...
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-12-11 Kevin O'ConnorMove stack manipulation code from util.c to new file...