Chameleon

Chameleon Commit Details

Date:2011-07-20 06:16:28 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1191
Parents: 1190
Message:Disable debug cpu.
Changes:
M/trunk/i386/libsaio/cpu.c

File differences

trunk/i386/libsaio/cpu.c
1010
1111
1212
13
13
1414
1515
1616
#include "boot.h"
#ifndef DEBUG_CPU
#define DEBUG_CPU 1
#define DEBUG_CPU 0
#endif
#if DEBUG_CPU

Archive Download the corresponding diff file

Revision: 1191