Opened 10 years ago

Closed 9 years ago

#44 closed defect (fixed)

interpret_ptr_ reports incorrect ring number, omits bitoff field (MCR10030)

Reported by: Gary Dixon Owned by: Gary Dixon
Priority: minor Milestone: MR12.6f
Component: Tools Version: MR12.6e
Keywords: Cc:

Description (last modified by Gary Dixon)

The interpret_ptr_.pl1 subroutine returns a structure giving various information about an input pointer. However, it has several flaws.

  1. struc.ring returns a value 1-less than the ring number actually in the input pointer value.
  2. struc.bitoff should return (<bit-offset>) if a nonzero bit offset appears in the input pointer value. However, right now, the code does not initialize or place a correct value in that return field.

Change History (5)

comment:1 by Gary Dixon, 10 years ago

Owner: changed from Eric Swenson to Gary Dixon
Status: newassigned

comment:2 by Gary Dixon, 10 years ago

Description: modified (diff)
Reporter: changed from Gary Dixon <gary.c.dixon@…> to Gary Dixon
Summary: interpret_ptr_ reports incorrect ring number, omits bitoff field, does not handle hardcore ptrsinterpret_ptr_ reports incorrect ring number, omits bitoff field

comment:4 by Gary Dixon, 10 years ago

Summary: interpret_ptr_ reports incorrect ring number, omits bitoff fieldinterpret_ptr_ reports incorrect ring number, omits bitoff field (MCR10030)

comment:5 by Eric Swenson, 9 years ago

Milestone: MR12.6f
Resolution: fixed
Status: assignedclosed
Version: MR12.6e
Note: See TracTickets for help on using tickets.