Update blog for target-pointer-width change

This commit is contained in:
Philipp Oppermann
2025-09-03 18:02:19 +02:00
parent b3e0b5e139
commit 95d4fbd54c
8 changed files with 24 additions and 24 deletions

View File

@@ -120,7 +120,7 @@ Pour notre système cible toutefois, nous avons besoin de paramètres de configu
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "linux",
"executables": true,
@@ -143,7 +143,7 @@ Nous pouvons aussi cibler les systèmes `x86_64` avec notre noyau, donc notre sp
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "none",
"executables": true
@@ -209,7 +209,7 @@ Notre fichier de spécification de cible ressemble maintenant à ceci :
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "none",
"executables": true,