x86 Limitations With fbt

Functions that do not create a stack frame on x86 systems cannot be instrumented by fbt. Because the register set for x86 is extraordinarily small, most functions must put data on the stack and therefore create a stack frame. However, some x86 functions do not create a stack frame and therefore cannot be instrumented.