mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
Allow clicking on reg in mem window, other minor fixes
This commit is contained in:
parent
4dcd7f9c6a
commit
2618b29daa
13 changed files with 96 additions and 32 deletions
|
@ -141,9 +141,13 @@ namespace System.FFI
|
|||
{
|
||||
NotSet = 0,
|
||||
StdCall = 1,
|
||||
#unwarn
|
||||
ThisCall = 1,
|
||||
#unwarn
|
||||
FastCall = 1,
|
||||
#unwarn
|
||||
MS_CDecl = 1,
|
||||
#unwarn
|
||||
Default = 1
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue