aboutsummaryrefslogtreecommitdiff
path: root/x11/wezterm/files/patch-i386
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wezterm/files/patch-i386')
-rw-r--r--x11/wezterm/files/patch-i38616
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/wezterm/files/patch-i386 b/x11/wezterm/files/patch-i386
index adcf8309c584..93791dc534b0 100644
--- a/x11/wezterm/files/patch-i386
+++ b/x11/wezterm/files/patch-i386
@@ -1,8 +1,8 @@
https://github.com/metrics-rs/quanta/issues/69
---- cargo-crates/raw-cpuid-10.3.0/src/lib.rs.orig 1970-01-01 00:00:00 UTC
-+++ cargo-crates/raw-cpuid-10.3.0/src/lib.rs
-@@ -68,7 +68,7 @@ extern crate bitflags;
+--- cargo-crates/raw-cpuid-10.7.0/src/lib.rs.orig 2006-07-24 01:21:28 UTC
++++ cargo-crates/raw-cpuid-10.7.0/src/lib.rs
+@@ -70,7 +70,7 @@ extern crate bitflags;
#[cfg(all(
feature = "serialize",
not(any(
@@ -11,7 +11,7 @@ https://github.com/metrics-rs/quanta/issues/69
all(target_arch = "x86_64", not(target_env = "sgx"))
))
))]
-@@ -76,13 +76,13 @@ core::compile_error!("Feature `serialize` is not suppo
+@@ -78,13 +78,13 @@ core::compile_error!("Feature `serialize` is not suppo
/// Uses Rust's `cpuid` function from the `arch` module.
#[cfg(any(
@@ -27,7 +27,7 @@ https://github.com/metrics-rs/quanta/issues/69
use core::arch::x86 as arch;
#[cfg(all(target_arch = "x86_64", not(target_env = "sgx")))]
use core::arch::x86_64 as arch;
-@@ -119,7 +119,7 @@ mod std {
+@@ -121,7 +121,7 @@ mod std {
/// First parameter is cpuid leaf (EAX register value),
/// second optional parameter is the subleaf (ECX register value).
#[cfg(any(
@@ -36,7 +36,7 @@ https://github.com/metrics-rs/quanta/issues/69
all(target_arch = "x86_64", not(target_env = "sgx"))
))]
#[macro_export]
-@@ -193,7 +193,7 @@ impl CpuIdReader {
+@@ -195,7 +195,7 @@ impl CpuIdReader {
}
#[cfg(any(
@@ -45,7 +45,7 @@ https://github.com/metrics-rs/quanta/issues/69
all(target_arch = "x86_64", not(target_env = "sgx"))
))]
impl Default for CpuIdReader {
-@@ -245,7 +245,7 @@ pub struct CpuId {
+@@ -247,7 +247,7 @@ pub struct CpuId {
}
#[cfg(any(
@@ -54,7 +54,7 @@ https://github.com/metrics-rs/quanta/issues/69
all(target_arch = "x86_64", not(target_env = "sgx"))
))]
impl Default for CpuId {
-@@ -330,7 +330,7 @@ impl CpuId {
+@@ -336,7 +336,7 @@ impl CpuId {
impl CpuId {
/// Return new CpuId struct.
#[cfg(any(