Closed
Bug 1486040
Opened 7 years ago
Closed 7 years ago
enable the blocklist code on aarch64 windows
Categories
(Core :: mozglue, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
|
1.07 KB,
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
For whatever reason, WindowsDllBlocklist.h is #ifdef'd to x86 || x86-64, which causes failures in other parts of the code that unconditionally depend on functions declared in that header. It seems easier to enable WindowsDllBlocklist.h than to individually #ifdef function calls elsewhere, but I am open to other options.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9003852 -
Flags: review?(aklotz)
Updated•7 years ago
|
Attachment #9003852 -
Flags: review?(aklotz) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd857ab01989
make WindowsDllBlocklist.h functional for aarch64 windows; r=aklotz
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•7 years ago
|
Assignee: nobody → nfroyd
You need to log in
before you can comment on or make changes to this bug.
Description
•