diff options
Diffstat (limited to 'src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm')
-rw-r--r-- | src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm b/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm index cf8298e47..60d01e32a 100644 --- a/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm +++ b/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm @@ -1,4 +1,4 @@ -; $Id: ASMAtomicReadU64.asm 28800 2010-04-27 08:22:32Z vboxsync $ +; $Id: ASMAtomicReadU64.asm $ ;; @file ; IPRT - ASMAtomicReadU64(). ; |