summaryrefslogtreecommitdiff
path: root/src/VBox/Disassembler
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Disassembler')
-rw-r--r--src/VBox/Disassembler/DisasmFormatBytes.cpp2
-rw-r--r--src/VBox/Disassembler/DisasmFormatYasm.cpp2
-rw-r--r--src/VBox/Disassembler/Makefile.kmk2
-rw-r--r--src/VBox/Disassembler/testcase/Makefile.kmk2
-rw-r--r--src/VBox/Disassembler/testcase/tstAsm.mac2
-rw-r--r--src/VBox/Disassembler/testcase/tstAsmLock-1.asm2
-rw-r--r--src/VBox/Disassembler/testcase/tstAsmLock-2.asm2
-rw-r--r--src/VBox/Disassembler/testcase/tstAsmLock-3.asm2
-rw-r--r--src/VBox/Disassembler/testcase/tstAsmRegs-1.asm2
-rw-r--r--src/VBox/Disassembler/testcase/tstDisasm-2.cpp2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/VBox/Disassembler/DisasmFormatBytes.cpp b/src/VBox/Disassembler/DisasmFormatBytes.cpp
index 8c6eee18f..a57af8944 100644
--- a/src/VBox/Disassembler/DisasmFormatBytes.cpp
+++ b/src/VBox/Disassembler/DisasmFormatBytes.cpp
@@ -1,4 +1,4 @@
-/* $Id: DisasmFormatBytes.cpp 9266 2008-05-31 02:32:20Z vboxsync $ */
+/* $Id: DisasmFormatBytes.cpp $ */
/** @file
* VBox Disassembler - Helper for formatting the opcode bytes.
*/
diff --git a/src/VBox/Disassembler/DisasmFormatYasm.cpp b/src/VBox/Disassembler/DisasmFormatYasm.cpp
index 6f6d8810c..1cdf0fe63 100644
--- a/src/VBox/Disassembler/DisasmFormatYasm.cpp
+++ b/src/VBox/Disassembler/DisasmFormatYasm.cpp
@@ -1,4 +1,4 @@
-/* $Id: DisasmFormatYasm.cpp 11493 2008-08-19 15:59:34Z vboxsync $ */
+/* $Id: DisasmFormatYasm.cpp $ */
/** @file
* VBox Disassembler - Yasm(/Nasm) Style Formatter.
*/
diff --git a/src/VBox/Disassembler/Makefile.kmk b/src/VBox/Disassembler/Makefile.kmk
index 2f318685b..61df4045e 100644
--- a/src/VBox/Disassembler/Makefile.kmk
+++ b/src/VBox/Disassembler/Makefile.kmk
@@ -1,4 +1,4 @@
-# $Id: Makefile.kmk 12989 2008-10-06 02:15:39Z vboxsync $
+# $Id: Makefile.kmk $
## @file
# Sub-Makefile for the VBox Disassembler.
#
diff --git a/src/VBox/Disassembler/testcase/Makefile.kmk b/src/VBox/Disassembler/testcase/Makefile.kmk
index fc52a5b2e..aa4e22699 100644
--- a/src/VBox/Disassembler/testcase/Makefile.kmk
+++ b/src/VBox/Disassembler/testcase/Makefile.kmk
@@ -1,4 +1,4 @@
-# $Id: Makefile.kmk 15302 2008-12-11 12:32:27Z vboxsync $
+# $Id: Makefile.kmk $
## @file
# Sub-Makefile for the VBox Disassembler.
#
diff --git a/src/VBox/Disassembler/testcase/tstAsm.mac b/src/VBox/Disassembler/testcase/tstAsm.mac
index faf860e93..a2e95722e 100644
--- a/src/VBox/Disassembler/testcase/tstAsm.mac
+++ b/src/VBox/Disassembler/testcase/tstAsm.mac
@@ -1,4 +1,4 @@
-; $Id: tstAsm.mac 8966 2008-05-20 16:48:02Z vboxsync $
+; $Id: tstAsm.mac $
;; @file
; Disassembly testcase - Common header for the xREG macros.
;
diff --git a/src/VBox/Disassembler/testcase/tstAsmLock-1.asm b/src/VBox/Disassembler/testcase/tstAsmLock-1.asm
index eaab68045..274f2daef 100644
--- a/src/VBox/Disassembler/testcase/tstAsmLock-1.asm
+++ b/src/VBox/Disassembler/testcase/tstAsmLock-1.asm
@@ -1,4 +1,4 @@
-; $Id: tstAsmLock-1.asm 8979 2008-05-20 19:48:26Z vboxsync $
+; $Id: tstAsmLock-1.asm $
;; @file
; Disassembly testcase - Valid lock sequences and related instructions.
;
diff --git a/src/VBox/Disassembler/testcase/tstAsmLock-2.asm b/src/VBox/Disassembler/testcase/tstAsmLock-2.asm
index 086c642f0..0ad9db8ba 100644
--- a/src/VBox/Disassembler/testcase/tstAsmLock-2.asm
+++ b/src/VBox/Disassembler/testcase/tstAsmLock-2.asm
@@ -1,4 +1,4 @@
-; $Id: tstAsmLock-2.asm 8980 2008-05-20 19:50:06Z vboxsync $
+; $Id: tstAsmLock-2.asm $
;; @file
; Disassembly testcase - Invalid invariants.
;
diff --git a/src/VBox/Disassembler/testcase/tstAsmLock-3.asm b/src/VBox/Disassembler/testcase/tstAsmLock-3.asm
index c50cbadfe..f9bceda8d 100644
--- a/src/VBox/Disassembler/testcase/tstAsmLock-3.asm
+++ b/src/VBox/Disassembler/testcase/tstAsmLock-3.asm
@@ -1,4 +1,4 @@
-; $Id: tstAsmLock-3.asm 8966 2008-05-20 16:48:02Z vboxsync $
+; $Id: tstAsmLock-3.asm $
;; @file
; Disassembly testcase - Invalid lock sequences for non-locking instructions.
;
diff --git a/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm b/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm
index 47c9c4e1c..a3e2b9e19 100644
--- a/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm
+++ b/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm
@@ -1,4 +1,4 @@
-; $Id: tstAsmRegs-1.asm 9925 2008-06-25 14:42:31Z vboxsync $
+; $Id: tstAsmRegs-1.asm $
;; @file
; Disassembly testcase - Accessing all the registers
;
diff --git a/src/VBox/Disassembler/testcase/tstDisasm-2.cpp b/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
index 7b18363a4..aa457e40e 100644
--- a/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
+++ b/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstDisasm-2.cpp 14831 2008-11-30 10:31:16Z vboxsync $ */
+/* $Id: tstDisasm-2.cpp $ */
/** @file
* Testcase - Generic Disassembler Tool.
*/