Closed
Bug 419450
Opened 17 years ago
Closed 17 years ago
Corrections for opcodes.as, opcodes.h
Categories
(Tamarin Graveyard :: Tracing Virtual Machine, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lhansen, Unassigned)
Details
Attachments
(1 file)
3.56 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
Corrects opcodes.as:
- do not emit a trailing comma in the enum (illegal C++)
- emit a copyright block
Corrects opcodes.h by removing the superflous comma.
Attachment #305520 -
Flags: review?(brbaker)
Comment 1•17 years ago
|
||
Comment on attachment 305520 [details] [diff] [review]
Patch
Nice that the script now properly puts in the license header into the generated code.
Attachment #305520 -
Flags: review?(brbaker) → review+
Reporter | ||
Comment 2•17 years ago
|
||
Pushed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•