Skip to content
Snippets Groups Projects
Commit 50a16e30 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Use the right type OID after creating a shell type

Commit a2e35b53 neglected to update the type OID to use further
down in DefineType when TypeShellMake was changed to return
ObjectAddress instead of OID (it got it right in DefineRange, however.)
This resulted in an internal error message being issued when looking up
I/O functions.

Author: Michael Paquier

Also add Asserts() to a couple of other places to ensure that the type
OID being used is as expected.
parent 450fa1b5
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment