Change comment to match naming convention in Intel manual

This commit is contained in:
Dan Luu 2013-03-17 13:25:04 -04:00
parent 0f204c47b4
commit a4370befbd
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ function CPU_X86() {
this.cycle_count = 0;
this.hard_irq = 0;
this.hard_intno = -1;
this.cpl = 0; //cpu privilege level
this.cpl = 0; //current privilege level
/*
Control Registers