]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcInt.h
Libraries and utilities for instrumenting regions of code and measuring their perform...
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcInt.h
index 66339d1a85e8df385b543eb3169640336857b5ff..090befb88379e5902bd3043bd97983f5430a91a2 100644 (file)
@@ -2,7 +2,7 @@
   Main routines for the EBC interpreter.  Includes the initialization and\r
   main interpreter routines.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
+Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -34,9 +34,9 @@ typedef UINT8   *VMIP;      // instruction pointer for the VM
 typedef UINT32  EXCEPTION_FLAGS;\r
 \r
 typedef struct {\r
-  VM_REGISTER       R[8];                   // General purpose registers.\r
+  VM_REGISTER       Gpr[8];                 // General purpose registers.\r
   UINT64            Flags;                  // Flags register:\r
-                                            //   0   Set to 1 if the result of the last compare was true\r
+                                            //   0  Set to 1 if the result of the last compare was true\r
                                             //   1  Set to 1 if stepping\r
                                             //   2..63 Reserved.\r
   VMIP              Ip;                     // Instruction pointer.\r