Fix up the assembly blobs in test.c so they don't use register %ebx.

These changes *shouldn't* affect what these blobs are doing, but it's hard to
say for sure. They may be set up to do accesses in very particular ways which
this may break. The clobber lists for these blobs are also generally wrong
because they don't include the condition codes or memory.

BUG=chromium-os:26458
TEST=Compiled test.c successfully.

Change-Id: I89f1859c8493d905b4ade2f760e0bba0a31721ef
Signed-off-by: Gabe Black <[email protected]>
1 file changed