summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/register.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-22 15:43:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-22 15:43:43 (GMT)
commit7577eadd4e871d467f747c4927a1b1984d6a7606 (patch)
treee72a2fd5c1619e60402a678b0559079ed267eab0 /src/arch/arm/v7/register.c
parent33aa90b022e7d711a733ca7eb62c0b285f974317 (diff)
Extended the compiler to transform all the new ARMv7 encoding definitions.
Diffstat (limited to 'src/arch/arm/v7/register.c')
-rw-r--r--src/arch/arm/v7/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/v7/register.c b/src/arch/arm/v7/register.c
index f9bb731..31073ee 100644
--- a/src/arch/arm/v7/register.c
+++ b/src/arch/arm/v7/register.c
@@ -169,7 +169,7 @@ static void g_armv7_register_finalize(GArmV7Register *reg)
GArmV7Register *g_armv7_register_new(uint8_t index)
{
- GArmV7Register *result; /* Structure à retourner */
+ GArmV7Register *result; /* Structure à retourner */
result = g_object_new(G_TYPE_ARMV7_REGISTER, NULL);