asm/AJx86Registers.st
changeset 10 588414eaacff
parent 3 483729eb4432
child 23 d2d9a2d4d6bf
--- a/asm/AJx86Registers.st	Tue Jan 19 16:46:20 2016 +0000
+++ b/asm/AJx86Registers.st	Tue Jan 19 21:50:11 2016 +0000
@@ -18,6 +18,7 @@
 AJx86Registers comment:'I am a SHaredPool which initializes all the registers needed by the Assmbler.'
 !
 
+
 !AJx86Registers class methodsFor:'initialization'!
 
 initialize
@@ -876,5 +877,12 @@
     s nextPut: $"
 ! !
 
+!AJx86Registers class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+
 
 AJx86Registers initialize!