mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Added limitation section into the spec; fixed typo in spec; fixed .gdbinit
This commit is contained in:
parent
a9d9a4e2be
commit
8bdd666ea8
7 changed files with 8 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
define pp
|
||||
p (char*) Bstringval ((void*) $arg0)
|
||||
p (char*) Lstring ((void*) $arg0)
|
||||
end
|
||||
|
||||
define pc
|
||||
p (char*) Bstringval ((void*) ((*(int**)($ebp-4)) [$arg0]))
|
||||
p (char*) Lstring ((void*) ((*(int**)($ebp-4)) [$arg0]))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue