Remove done TODO
git-svn-id: file:///home/svn/incoming/trunk@3371 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e9c3b312d6
commit
87478e0f3d
|
@ -66,9 +66,6 @@ module Sparc
|
|||
#
|
||||
# Puts 'constant' into the 'dst' register using both sethi and ori (necessary to use both uncessarily in some cases with encoders)
|
||||
#
|
||||
#
|
||||
# TODO: documentation required.
|
||||
#
|
||||
def self.set_dword(constant, dst)
|
||||
sethi(constant, dst) + ori(dst, constant & 0x3ff, dst)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue