mirror of https://gitlab.com/basile.b/dexed.git
update libdparse
This commit is contained in:
parent
aacedbace6
commit
16322c2ea0
|
@ -1248,7 +1248,6 @@ unittest
|
|||
|
||||
unittest
|
||||
{
|
||||
// needs https://github.com/Hackerpilot/libdparse/pull/124
|
||||
Function r =
|
||||
q{
|
||||
void foo()
|
||||
|
@ -1256,7 +1255,7 @@ unittest
|
|||
asm{mov EAX, SS:CL;}
|
||||
}
|
||||
}.test;
|
||||
//assert(r.operandsKinds == 3);
|
||||
assert(r.operandsKinds == 3);
|
||||
assert(r.operatorsKinds == 1);
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 677b86c08e9705bff5fcd2c95f70fc736aca8a76
|
||||
Subproject commit c05af8934d94c87118c6176eb749b4b239e14f55
|
Loading…
Reference in New Issue