mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 00:59:56 +00:00
Stop using a 0-sized array declaration (nonstandard extension) in JitCodeMap.
Tag #1244.
This commit is contained in:
@@ -942,7 +942,7 @@ class JitcodeIonTable
|
||||
private:
|
||||
/* Variable length payload section "below" here. */
|
||||
uint32_t numRegions_;
|
||||
uint32_t regionOffsets_[0];
|
||||
uint32_t regionOffsets_[1];
|
||||
|
||||
const uint8_t* payloadEnd() const {
|
||||
return reinterpret_cast<const uint8_t*>(this);
|
||||
|
||||
Reference in New Issue
Block a user