Add missing comma in .type pragma for rdrand code.

This tripped up some version of GCC or Clang.

Change-Id: I925423558f188ce39b65b2e2ecd01bf009fab071
This commit is contained in:
Adam Langley 2015-06-23 14:59:57 -07:00
parent 4cd4edfc34
commit 248abbd71f

View File

@ -49,7 +49,7 @@ CRYPTO_rdrand:
# one on success and zero on hardware failure.
# int CRYPTO_rdrand_multiple8_buf(uint8_t *buf, size_t len);
.globl CRYPTO_rdrand_multiple8_buf
.type CRYPTO_rdrand_multiple8_buf\@function,1
.type CRYPTO_rdrand_multiple8_buf,\@function,2
.align 16
CRYPTO_rdrand_multiple8_buf:
test %rsi, %rsi