MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm86_fubyte

Function vm86_fubyte

freebsd/i386/i386/vm86.c:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static int
104vm86_fubyte(volatile const void *base)
105{
106
107 if (curthread->td_critnest != 0)
108 return (*(volatile const u_char *)base);
109 return (fubyte(base));
110}
111
112static int
113vm86_fuword16(volatile const void *base)

Callers 1

vm86_emulateFunction · 0.85

Calls 1

fubyteFunction · 0.70

Tested by

no test coverage detected