Ignore:
Timestamp:
12/13/99 21:21:31 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c629812
Parents:
1c98d28
Message:

Warning removal patch from Philip A. Prindeville <philipp@…>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/i386/displayCpu.c

    r1c98d28 rda8ae79b  
    6868
    6969        /* We must get the stepping number by reading DIR1 */
    70         i386_outport_byte(0x22,0xff) ; i386_inport_byte(0x23, x86_mask);
     70        outport_byte(0x22,0xff);
     71        inport_byte(0x23, x86_mask);
    7172        switch (x86_mask) {
    7273                case 0x03:
Note: See TracChangeset for help on using the changeset viewer.