Changeset 9125 for trunk/src


Ignore:
Timestamp:
Aug 25, 2002, 12:27:16 AM (23 years ago)
Author:
bird
Message:

Corrected Get<segment> names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/src/MkCallTab.c

    r8172 r9125  
    1 /* $Id: MkCallTab.c,v 1.4 2002-04-01 12:46:35 bird Exp $
     1/* $Id: MkCallTab.c,v 1.5 2002-08-24 22:27:16 bird Exp $
    22 *
    33 * Description:     Generates the calltab.asm from aImportTab.
     
    261261    { 623, "kAtomicInc"                 , "kAtomicInc"                , EXP_32},
    262262    { 624, "kAtomicDec"                 , "kAtomicDec"                , EXP_32},
    263     { 625, "GetSS"                      , "GetSS"                     , EXP_32},
    264     { 626, "GetGS"                      , "GetGS"                     , EXP_32},
    265     { 627, "GetFS"                      , "GetFS"                     , EXP_32},
    266     { 628, "GetES"                      , "GetES"                     , EXP_32},
    267     { 629, "GetDS"                      , "GetDS"                     , EXP_32},
    268     { 630, "GetCS"                      , "GetCS"                     , EXP_32},
     263    { 625, "kGetSS"                     , "kGetSS"                    , EXP_32},
     264    { 626, "kGetGS"                     , "kGetGS"                    , EXP_32},
     265    { 627, "kGetFS"                     , "kGetFS"                    , EXP_32},
     266    { 628, "kGetES"                     , "kGetES"                    , EXP_32},
     267    { 629, "kGetDS"                     , "kGetDS"                    , EXP_32},
     268    { 630, "kGetCS"                     , "kGetCS"                    , EXP_32},
    269269    { 631, "AVLStrRemove"              , "AVLStrRemove"               , EXP_32},
    270270    { 632, "AVLStrInsert"              , "AVLStrInsert"               , EXP_32},
     
    388388     * Write Start of file.
    389389     */
    390     printf16("; $Id: MkCallTab.c,v 1.4 2002-04-01 12:46:35 bird Exp $\n"
     390    printf16("; $Id: MkCallTab.c,v 1.5 2002-08-24 22:27:16 bird Exp $\n"
    391391             ";\n"
    392392             "; Autogenerated calltab file.\n"
     
    11721172    char    szNameExp[64];
    11731173
    1174     printf16(";/* $Id: MkCallTab.c,v 1.4 2002-04-01 12:46:35 bird Exp $\n"
     1174    printf16(";/* $Id: MkCallTab.c,v 1.5 2002-08-24 22:27:16 bird Exp $\n"
    11751175             "; *\n"
    11761176             "; * Autogenerated .c file.\n"
     
    12081208     * Write Start of file.
    12091209     */
    1210     printf16("/* $Id: MkCallTab.c,v 1.4 2002-04-01 12:46:35 bird Exp $\n"
     1210    printf16("/* $Id: MkCallTab.c,v 1.5 2002-08-24 22:27:16 bird Exp $\n"
    12111211             " *\n"
    12121212             " * Autogenerated TstFakers.c file.\n"
Note: See TracChangeset for help on using the changeset viewer.