GDBArch_x86.st
changeset 157 4774e35d3396
parent 142 23eeecb22a2c
child 259 651864c2aa29
equal deleted inserted replaced
156:ab92b6dd1c9a 157:4774e35d3396
    53 !GDBArch_x86 class methodsFor:'initialization'!
    53 !GDBArch_x86 class methodsFor:'initialization'!
    54 
    54 
    55 initialize
    55 initialize
    56     "Invoked at system start or when the class is dynamically loaded."
    56     "Invoked at system start or when the class is dynamically loaded."
    57 
    57 
    58     (Smalltalk includesKey:#UDIS86) ifFalse:[
    58      Smalltalk isSmalltalkX ifTrue:[
    59         PackageLoadError ignoreIn:[
    59         (Smalltalk includesKey:#UDIS86) ifFalse:[
    60             Smalltalk loadPackage: 'jv:dragonfly/udis86sx'.
    60             PackageLoadError ignoreIn:[
    61         ]
    61                 Smalltalk loadPackage: 'jv:dragonfly/udis86sx'.
       
    62             ]
       
    63         ].
    62     ].
    64     ].
    63 
    65 
    64     "/ please change as required (and remove this comment)
    66     "/ please change as required (and remove this comment)
    65 
    67 
    66     "Modified: / 16-08-2018 / 13:59:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    68     "Modified: / 30-10-2018 / 19:39:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    67 ! !
    69 ! !
    68 
    70 
    69 !GDBArch_x86 methodsFor:'accessing'!
    71 !GDBArch_x86 methodsFor:'accessing'!
    70 
    72 
    71 name
    73 name