Skip to content

Possible bug in evex scanner #334

Closed
Closed
@a0rland0

Description

@a0rland0

Hi,
I wonder if the "evex_scanner" function (exists on xed-ild.c) has a bug on line 1282:

1282: if (evex1.coarse.map == 0)

because it will always include the "rexb4" field in the same test.
Maybe it should be a conditional test using "#if defined(XED_APX)" and "if (apx_supported(d))" with "evex1.apx.map" instead.
Thanks
Cheers

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions