Summary: | print 0x1 - 0x2 ;; hpd does not do hex subtraction. | ||
---|---|---|---|
Product: | frysk | Reporter: | Nurdin Premji <npremji> |
Component: | general | Assignee: | Stan Cox <scox> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2246 |
Description
Nurdin Premji
2007-03-19 16:37:45 UTC
hpd does hex subtraction but values are printed in binary. I.e. (fhpd) print 0xbfd9b440 - 0xbfd9b3d4 108 (fhpd) print 0x1 - 0x3 -2 |