ObjectMemory.st
branchjv
changeset 17826 9d3548674456
parent 17814 b75a7f0c346b
child 17827 01eb98d70b20
--- a/ObjectMemory.st	Thu Mar 03 22:52:11 2011 +0000
+++ b/ObjectMemory.st	Sun Mar 06 22:17:00 2011 +0000
@@ -1108,6 +1108,16 @@
 
 !
 
+debugBreakPoint3
+	
+%{
+	extern void __debugBreakPoint3__();
+	__debugBreakPoint3__();
+%}.
+	^ 0
+
+!
+
 trapRestrictedMethods:trap
     "Allow/Deny execution of restricted Methods (see Method>>>restricted:)
 
@@ -5378,7 +5388,7 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ObjectMemory.st 10602 2010-12-20 07:13:27Z vranyj1 $'
+    ^ '$Id: ObjectMemory.st 10618 2011-03-06 22:17:00Z vranyj1 $'
 !
 
 version_CVS
@@ -5386,7 +5396,7 @@
 !
 
 version_SVN
-    ^ '$Id: ObjectMemory.st 10602 2010-12-20 07:13:27Z vranyj1 $'
+    ^ '$Id: ObjectMemory.st 10618 2011-03-06 22:17:00Z vranyj1 $'
 ! !
 
 ObjectMemory initialize!