mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 11:43:39 +00:00
Add float and double to the default types
This commit is contained in:
parent
0896c8b59c
commit
d7df7212a4
@ -22,6 +22,14 @@ long=type
|
||||
type.long=x
|
||||
type.long.size=64
|
||||
|
||||
float=type
|
||||
type.float=f
|
||||
type.float.size=32
|
||||
|
||||
double=type
|
||||
type.double=f
|
||||
type.double.size=64
|
||||
|
||||
long long=type
|
||||
type.long long=q
|
||||
type.long long.size=64
|
||||
|
Loading…
Reference in New Issue
Block a user