Bug 18070 - (field-bitsize field) returns bitpos, not bitsize
Summary: (field-bitsize field) returns bitpos, not bitsize
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: guile (show other bugs)
Version: HEAD
: P2 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-02 15:30 UTC by pipcet
Modified: 2015-03-02 15:32 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
patch (285 bytes, patch)
2015-03-02 15:30 UTC, pipcet
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pipcet 2015-03-02 15:30:12 UTC
Created attachment 8159 [details]
patch

I'd like to submit the following obvious patch. It makes the guile function field-bitsize actually return the bitsize of a field instead of its bitpos.