Commit 8c1bb2aa authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Display floating point arguments in relay debugging on i386 and x86-64.

parent 83bbeab9
......@@ -86,6 +86,7 @@ typedef struct
typedef struct
{
int nb_args;
int args_str_offset;
enum arg_type args[MAX_ARGUMENTS];
} ORD_FUNCTION;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment