humenda / rustl4re

This repository contains patches for the Rust to L4Re OS port. It's a place to gather patches before they find their way in the upstream projects.
15 stars 6 forks source link

l4::Registers: void *base pointer #8

Open humenda opened 1 year ago

humenda commented 1 year ago

The registers struct in l4::utcb currently holds both the current position, as well as the base ptr of the registers. The base ptr can be efficiently read from a register and hence the struct field is superfluous.