poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/26527] New: pinned struct is not working as expected


From: m.nabipoor at yahoo dot com
Subject: [Bug default/26527] New: pinned struct is not working as expected
Date: Sun, 23 Aug 2020 22:56:44 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26527

            Bug ID: 26527
           Summary: pinned struct is not working as expected
           Product: poke
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
          Assignee: unassigned at sourceware dot org
          Reporter: m.nabipoor at yahoo dot com
                CC: poke-devel at gnu dot org
  Target Milestone: ---

Hi,

(poke) .set obase 16
(poke) deftype P = pinned struct { uint<32> i; uint<8>[4] b; }
(poke) defvar p = P { i = 0xaabbccdd, }
(poke) p
P {i=0xaabbccddU,b=[0x0UB,0x0UB,0x0UB,0x0UB]}
(poke)


Maybe `pinned struct`s are not implemented yet, but having this issue can make
the situation explicit.


Thanks

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]