Closed Bug 557069 Opened 14 years ago Closed 13 years ago

AVM documentation gives incorrect max value for uint

Categories

(Tamarin Graveyard :: Documentation, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED FIXED
Q4 11 - Anza

People

(Reporter: mike, Assigned: akruetzf)

References

Details

(Whiteboard: loose-end)

avm2overview.pdf lists an incorrect value for the maximum value of a uint.  In section 2.1, "Constant values," it says this:

"uint -- This type is used for integer valued numbers with values that are 32-bit unsigned two's complement integers. The range of values is from 0 to 4,294,967,296 (2^32), inclusive."

The last sentence should say:

"The range of values is from 0 to 4,294,967,295 (2^32-1), inclusive."
Assignee: nobody → dansmith
Flags: flashplayer-qrb+
Priority: -- → P5
Target Milestone: --- → flash10.2
Status: NEW → ASSIGNED
Target Milestone: Q3 11 - Serrano → Q4 11 - Anza
Please land with other doc changes in i9.
Assignee: dansmith → akruetzf
Flags: flashplayer-bug-
Whiteboard: loose-end
Blocks: avmspec
Resolved in 685899
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Not yet fixed in checked-in documentation, must have gotten lost in the patch shuffle.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
fixed in tr.
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
changeset: 6602:952da1b0fef5
user:      Edwin Smith <edwsmith@adobe.com>
summary:   Bug 557069 - AVM documentation gives incorrect max value for uint

http://hg.mozilla.org/tamarin-redux/rev/952da1b0fef5
You need to log in before you can comment on or make changes to this bug.